Html Css Color HEX #129118 Forest Green

📋 copy color: '#129118'

red 18 ◦ green 145 ◦ blue 24

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

Shades of Forest Green #129118

Tints of Forest Green #129118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.83%

R = 9.63%
G = 77.54%
B = 12.83%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.83

 K value IS 0.43

RGB Variations

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

Color information

#129118 (or 0x129118) is known color: Forest Green. HEX triplet: 12, 91 and 18. RGB value is (18,145,24). Sum of RGB (Red+Green+Blue) = 18+145+24=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 145 (57.03% from 255 or 77.54% from 187); Blue value is 24 (9.77% from 255 or 12.83% from 187); Max value from RGB is 145 - color contains mainly: green. Hex color #129118 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129118 is #ED6EE7. Grayscale: #5D5D5D. Windows color (decimal): -15560424 or 1610002. OLE color: 1610002.

HSL color Cylindrical-coordinate representation of color #129118: hue angle of 122.83º 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 #129118 is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.43.

Color convert

RGB 18 145 24 -
CMYK 0.88 0 0.83 0.43
HSL 122.83º 0.78% 0.32% -
HSV(B) 122.83º 0.88% 0.57% -
XYZ 10.54 20.45 4.26 -
YUV 93.23 88.92 74.34 -
System Red Green Blue C M Y K H S L
Decimal 18 145 24 0.88 0 0.83 0.43 122.83 0.78 0.32
Hex 12 91 18 58 0 53 2B 7B 4E 20
Octal 22 221 30 130 0 123 53 173 116 40
Binary 10010 10010001 11000 1011000 0 1010011 101011 1111011 1001110 100000

Color Harmonies of #129118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129118

Black with #129118

Text Example


Text Example

White with #129118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129118; }

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

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

background-color css

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

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

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

border-color css

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

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

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