Html Css Color HEX #139420 Forest Green

📋 copy color: '#139420'

red 19 ◦ green 148 ◦ blue 32

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

Shades of Forest Green #139420

Tints of Forest Green #139420

RGB

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

 GREEN value IS 148 (58.2% from 255) = 74.37%

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

R = 9.55%
G = 74.37%
B = 16.08%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#139420 (or 0x139420) is known color: Forest Green. HEX triplet: 13, 94 and 20. RGB value is (19,148,32). Sum of RGB (Red+Green+Blue) = 19+148+32=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 148 (58.20% from 255 or 74.37% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 148 - color contains mainly: green. Hex color #139420 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139420 is #EC6BDF. Grayscale: #606060. Windows color (decimal): -15494112 or 2135059. OLE color: 2135059.

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

Color convert

RGB 19 148 32 -
CMYK 0.87 0 0.78 0.42
HSL 126.05º 0.77% 0.33% -
HSV(B) 126.05º 0.87% 0.58% -
XYZ 11.12 21.42 4.92 -
YUV 96.21 91.76 72.93 -
System Red Green Blue C M Y K H S L
Decimal 19 148 32 0.87 0 0.78 0.42 126.05 0.77 0.33
Hex 13 94 20 57 0 4E 2A 7E 4D 21
Octal 23 224 40 127 0 116 52 176 115 41
Binary 10011 10010100 100000 1010111 0 1001110 101010 1111110 1001101 100001

Color Harmonies of #139420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139420

Black with #139420

Text Example


Text Example

White with #139420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139420; }

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

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

background-color css

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

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

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

border-color css

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

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

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