Html Css Color HEX #139520 Forest Green

📋 copy color: '#139520'

red 19 ◦ green 149 ◦ blue 32

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

Shades of Forest Green #139520

Tints of Forest Green #139520

RGB

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

 GREEN value IS 149 (58.59% from 255) = 74.5%

 BLUE value IS 32 (12.89% from 255) = 16%

R = 9.5%
G = 74.5%
B = 16%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#139520 (or 0x139520) is known color: Forest Green. HEX triplet: 13, 95 and 20. RGB value is (19,149,32). Sum of RGB (Red+Green+Blue) = 19+149+32=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 149 (58.59% from 255 or 74.5% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 149 - color contains mainly: green. Hex color #139520 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139520 is #EC6ADF. Grayscale: #616161. Windows color (decimal): -15493856 or 2135315. OLE color: 2135315.

HSL color Cylindrical-coordinate representation of color #139520: hue angle of 126º 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 #139520 is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 149 32 -
CMYK 0.87 0 0.79 0.42
HSL 126º 0.77% 0.33% -
HSV(B) 126º 0.87% 0.58% -
XYZ 11.28 21.74 4.97 -
YUV 96.79 91.43 72.51 -
System Red Green Blue C M Y K H S L
Decimal 19 149 32 0.87 0 0.79 0.42 126 0.77 0.33
Hex 13 95 20 57 0 4F 2A 7E 4D 21
Octal 23 225 40 127 0 117 52 176 115 41
Binary 10011 10010101 100000 1010111 0 1001111 101010 1111110 1001101 100001

Color Harmonies of #139520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139520

Black with #139520

Text Example


Text Example

White with #139520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139520; }

 p { color: rgb(19,149,32); }

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

background-color css

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

 a { background-color: rgb(19,149,32); }

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

border-color css

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

 span { border-color: rgb(19,149,32); }

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