Html Css Color HEX #129D20 Forest Green

📋 copy color: '#129D20'

red 18 ◦ green 157 ◦ blue 32

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

Shades of Forest Green #129D20

Tints of Forest Green #129D20

RGB

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

 GREEN value IS 157 (61.72% from 255) = 75.85%

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

R = 8.7%
G = 75.85%
B = 15.46%

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

#129D20 (or 0x129D20) is known color: Forest Green. HEX triplet: 12, 9D and 20. RGB value is (18,157,32). Sum of RGB (Red+Green+Blue) = 18+157+32=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 157 (61.72% from 255 or 75.85% from 207); Blue value is 32 (12.89% from 255 or 15.46% from 207); Max value from RGB is 157 - color contains mainly: green. Hex color #129D20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129D20 is #ED62DF. Grayscale: #656565. Windows color (decimal): -15557344 or 2137362. OLE color: 2137362.

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

Color convert

RGB 18 157 32 -
CMYK 0.89 0 0.80 0.38
HSL 126.04º 0.79% 0.34% -
HSV(B) 126.04º 0.89% 0.62% -
XYZ 12.57 24.35 5.4 -
YUV 101.19 88.95 68.66 -
System Red Green Blue C M Y K H S L
Decimal 18 157 32 0.89 0 0.80 0.38 126.04 0.79 0.34
Hex 12 9D 20 59 0 50 26 7E 4F 22
Octal 22 235 40 131 0 120 46 176 117 42
Binary 10010 10011101 100000 1011001 0 1010000 100110 1111110 1001111 100010

Color Harmonies of #129D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129D20

Black with #129D20

Text Example


Text Example

White with #129D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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