Html Css Color HEX #129120 Forest Green

📋 copy color: '#129120'

red 18 ◦ green 145 ◦ blue 32

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

Shades of Forest Green #129120

Tints of Forest Green #129120

RGB

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

 GREEN value IS 145 (57.03% from 255) = 74.36%

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

R = 9.23%
G = 74.36%
B = 16.41%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#129120 (or 0x129120) is known color: Forest Green. HEX triplet: 12, 91 and 20. RGB value is (18,145,32). Sum of RGB (Red+Green+Blue) = 18+145+32=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 145 (57.03% from 255 or 74.36% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 145 - color contains mainly: green. Hex color #129120 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129120 is #ED6EDF. Grayscale: #5E5E5E. Windows color (decimal): -15560416 or 2134290. OLE color: 2134290.

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

Color convert

RGB 18 145 32 -
CMYK 0.88 0 0.78 0.43
HSL 126.61º 0.78% 0.32% -
HSV(B) 126.61º 0.88% 0.57% -
XYZ 10.64 20.48 4.76 -
YUV 94.15 92.92 73.69 -
System Red Green Blue C M Y K H S L
Decimal 18 145 32 0.88 0 0.78 0.43 126.61 0.78 0.32
Hex 12 91 20 58 0 4E 2B 7F 4E 20
Octal 22 221 40 130 0 116 53 177 116 40
Binary 10010 10010001 100000 1011000 0 1001110 101011 1111111 1001110 100000

Color Harmonies of #129120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129120

Black with #129120

Text Example


Text Example

White with #129120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129120; }

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

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

background-color css

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

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

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

border-color css

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

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

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