Html Css Color HEX #129F20 Forest Green

📋 copy color: '#129F20'

red 18 ◦ green 159 ◦ blue 32

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

Shades of Forest Green #129F20

Tints of Forest Green #129F20

RGB

 RED value IS 18 (7.42% from 255) = 8.61%

 GREEN value IS 159 (62.5% from 255) = 76.08%

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

R = 8.61%
G = 76.08%
B = 15.31%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#129F20 (or 0x129F20) is known color: Forest Green. HEX triplet: 12, 9F and 20. RGB value is (18,159,32). Sum of RGB (Red+Green+Blue) = 18+159+32=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 159 (62.5% from 255 or 76.08% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 159 - color contains mainly: green. Hex color #129F20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129F20 is #ED60DF. Grayscale: #666666. Windows color (decimal): -15556832 or 2137874. OLE color: 2137874.

HSL color Cylindrical-coordinate representation of color #129F20: hue angle of 125.96º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129F20 is Cyan = 0.89, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 159 32 -
CMYK 0.89 0 0.80 0.38
HSL 125.96º 0.8% 0.35% -
HSV(B) 125.96º 0.89% 0.62% -
XYZ 12.91 25.03 5.52 -
YUV 102.36 88.29 67.83 -
System Red Green Blue C M Y K H S L
Decimal 18 159 32 0.89 0 0.80 0.38 125.96 0.8 0.35
Hex 12 9F 20 59 0 50 26 7E 50 23
Octal 22 237 40 131 0 120 46 176 120 43
Binary 10010 10011111 100000 1011001 0 1010000 100110 1111110 1010000 100011

Color Harmonies of #129F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129F20

Black with #129F20

Text Example


Text Example

White with #129F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129F20; }

 p { color: rgb(18,159,32); }

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

background-color css

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

 a { background-color: rgb(18,159,32); }

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

border-color css

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

 span { border-color: rgb(18,159,32); }

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