Html Css Color HEX #139332 Forest Green

📋 copy color: '#139332'

red 19 ◦ green 147 ◦ blue 50

#139332
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #139332

Tints of Forest Green #139332

RGB

 RED value IS 19 (7.81% from 255) = 8.8%

 GREEN value IS 147 (57.81% from 255) = 68.06%

 BLUE value IS 50 (19.92% from 255) = 23.15%

R = 8.8%
G = 68.06%
B = 23.15%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.66

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#139332 (or 0x139332) is known color: Forest Green. HEX triplet: 13, 93 and 32. RGB value is (19,147,50). Sum of RGB (Red+Green+Blue) = 19+147+50=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 147 (57.81% from 255 or 68.06% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 147 - color contains mainly: green. Hex color #139332 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139332 is #EC6CCD. Grayscale: #616161. Windows color (decimal): -15494350 or 3314451. OLE color: 3314451.

HSL color Cylindrical-coordinate representation of color #139332: hue angle of 134.53º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139332 is Cyan = 0.87, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 147 50 -
CMYK 0.87 0 0.66 0.42
HSL 134.53º 0.77% 0.33% -
HSV(B) 134.53º 0.87% 0.58% -
XYZ 11.28 21.24 6.52 -
YUV 97.67 101.09 71.89 -
System Red Green Blue C M Y K H S L
Decimal 19 147 50 0.87 0 0.66 0.42 134.53 0.77 0.33
Hex 13 93 32 57 0 42 2A 87 4D 21
Octal 23 223 62 127 0 102 52 207 115 41
Binary 10011 10010011 110010 1010111 0 1000010 101010 10000111 1001101 100001

Color Harmonies of #139332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139332

Black with #139332

Text Example


Text Example

White with #139332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139332; }

 p { color: rgb(19,147,50); }

 H1.HeaderClassName
 {
   color: #139332;
 }
 .AnyTagClassName
 {
   color: #139332;
 }
</style>

background-color css

<style>
 a { background-color: #139332; }

 a { background-color: rgb(19,147,50); }

 div.DivClassName
 {
   background-color: #139332;
 }
 .BgClassName
 {
   background-color: #139332;
 }
</style>

border-color css

<style>
 span { border-color: #139332; }

 span { border-color: rgb(19,147,50); }

 td.TdClassName
 {
   border-color: #139332;
 }
 .TagClassName
 {
   border-color: #139332;
 }
</style>