COLOR #269639

HEX: #269639
RGB: (38,150,57)

Color info

#269639 contains mainly green color. Web safe color of #269639 is #339933 (or #393).

RGB color model

#269639 color RGB value is (38,150,57).

  • red value is 38;
  • green value is 150;
  • blue value is 57.
RGB:
(38,150,57)
(15%,59%,22%)

RGB channels and saturation

R 38 of 255 = 15%
G 150 of 255 = 59%
B 57 of 255 = 22%

38
150
57

R + G + B ~ 32%. #269639 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 150 + 57 = 245 (100%)
R 38 of 245 ~ 15.51%
G 150 of 245 ~ 61.22%
B 57 of 245 ~ 23.27%

%15.51
%61.22
%23.27

CMYK color model

#269639 color CMYK value is (75,0,62,41).

  • cyan value is 74.67%
  • magenta value is 0.00%
  • yellow value is 62.00%
  • key color value is 41.18%
CMYK:
(75,0,62,41)
C75M0Y62K41 
(75%,0%,62%,41%)
(0.75/0.00/0.62/0.41)	

CMYK percentages

%74.67
%0
%62
%41.18

Codes

Color #269639 in popluar color models

269639
RGB3815057
HSL130°59.57%36.86%
HSB/HSV130°74.67%58.82%
CMYK74.67%0.00%62.00%
41.18%

Color #269639 in popluar number systems.

HEX269639
Decimal3815057
Binary10011010010110111001
Octal4622671

Shades and tints

Shades of #269639

#269639
(38,150,57)
#238934
(35,137,52)
#207C2F
(32,124,47)
#1D6F2A
(29,111,42)
#1A6225
(26,98,37)
#175520
(23,85,32)
#14481B
(20,72,27)
#113B16
(17,59,22)
#0E2E11
(14,46,17)
#0B210C
(11,33,12)
#081407
(8,20,7)
#000000
(0,0,0)

Tints of #269639

#269639
(38,150,57)
#399F4B
(57,159,75)
#4CA85D
(76,168,93)
#5FB16F
(95,177,111)
#72BA81
(114,186,129)
#85C393
(133,195,147)
#98CCA5
(152,204,165)
#ABD5B7
(171,213,183)
#BEDEC9
(190,222,201)
#D1E7DB
(209,231,219)
#E4F0ED
(228,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #269639 color. Also use rgb(38,150,57) instead hex code.

Text Font Color

.myTextColor { color: #269639; }

<p style="color:#269639">This sample text font color is #269639.</p>

This text font color is #269639.


Background Color

.myBgColor { background-color: #269639; }

<div style="background-color:#269639">Inner text</div>

This div background color is #269639.


Border color

.myBorderColor { border: 1px solid #269639; }

<div style="border:3px solid #269639">Div</div>

This div border color is #269639.


Opacity

.myOpacity80 { color: #269639; opacity: 0.8; }

<p style="color:#269639;opacity:0.8;">80%</p>

Text with #269639 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #269639;}

<p style="text-shadow: 3px 3px 1px #269639">Text here.</p>

This text has shadow with #269639 color.

.textShadow {text-shadow: 3px 3px 1px #269639, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #269639, 5px 5px 20px red">Text here.</p>

This text has shadow with #269639 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#269639, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#269639, Direction=45, Strength=4)">Text</p>

This text has shadow with #269639 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #269639;
  -webkit-box-shadow:	1px 1px 3px 2px #269639;
  box-shadow:		1px 1px 3px 2px #269639;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #269639;
-webkit-box-shadow: 1px 1px 3px 2px #269639;
box-shadow:1px 1px 3px 2px #269639;">
Div content here</div>
This div box has shadow with color #269639.

Preview

Color preview on black background

This text has color #269639 on black background.


Color preview on white background

This text has color #269639 on white background.



Black color preview on #269639 background

This text has black color on #269639 background.


White color preview on #269639 background

This text has white color on #269639 background.