Html Css Color HEX #139220 Forest Green

📋 copy color: '#139220'

red 19 ◦ green 146 ◦ blue 32

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

Shades of Forest Green #139220

Tints of Forest Green #139220

RGB

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

 GREEN value IS 146 (57.42% from 255) = 74.11%

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

R = 9.64%
G = 74.11%
B = 16.24%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#139220 (or 0x139220) is known color: Forest Green. HEX triplet: 13, 92 and 20. RGB value is (19,146,32). Sum of RGB (Red+Green+Blue) = 19+146+32=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 146 (57.42% from 255 or 74.11% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 146 - color contains mainly: green. Hex color #139220 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139220 is #EC6DDF. Grayscale: #5F5F5F. Windows color (decimal): -15494624 or 2134547. OLE color: 2134547.

HSL color Cylindrical-coordinate representation of color #139220: hue angle of 126.14º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139220 is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.43.

Color convert

RGB 19 146 32 -
CMYK 0.87 0 0.78 0.43
HSL 126.14º 0.77% 0.32% -
HSV(B) 126.14º 0.87% 0.57% -
XYZ 10.81 20.8 4.81 -
YUV 95.03 92.42 73.77 -
System Red Green Blue C M Y K H S L
Decimal 19 146 32 0.87 0 0.78 0.43 126.14 0.77 0.32
Hex 13 92 20 57 0 4E 2B 7E 4D 20
Octal 23 222 40 127 0 116 53 176 115 40
Binary 10011 10010010 100000 1010111 0 1001110 101011 1111110 1001101 100000

Color Harmonies of #139220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139220

Black with #139220

Text Example


Text Example

White with #139220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139220; }

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

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

background-color css

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

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

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

border-color css

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

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

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