Html Css Color HEX #129211 Forest Green

📋 copy color: '#129211'

red 18 ◦ green 146 ◦ blue 17

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

Shades of Forest Green #129211

Tints of Forest Green #129211

RGB

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

 GREEN value IS 146 (57.42% from 255) = 80.66%

 BLUE value IS 17 (7.03% from 255) = 9.39%

R = 9.94%
G = 80.66%
B = 9.39%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#129211 (or 0x129211) is known color: Forest Green. HEX triplet: 12, 92 and 11. RGB value is (18,146,17). Sum of RGB (Red+Green+Blue) = 18+146+17=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 146 (57.42% from 255 or 80.66% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 146 - color contains mainly: green. Hex color #129211 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129211 is #ED6DEE. Grayscale: #5D5D5D. Windows color (decimal): -15560175 or 1151506. OLE color: 1151506.

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

Color convert

RGB 18 146 17 -
CMYK 0.88 0 0.88 0.43
HSL 119.53º 0.79% 0.32% -
HSV(B) 119.53º 0.88% 0.57% -
XYZ 10.63 20.73 3.97 -
YUV 93.02 85.09 74.49 -
System Red Green Blue C M Y K H S L
Decimal 18 146 17 0.88 0 0.88 0.43 119.53 0.79 0.32
Hex 12 92 11 58 0 58 2B 78 4F 20
Octal 22 222 21 130 0 130 53 170 117 40
Binary 10010 10010010 10001 1011000 0 1011000 101011 1111000 1001111 100000

Color Harmonies of #129211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129211

Black with #129211

Text Example


Text Example

White with #129211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129211; }

 p { color: rgb(18,146,17); }

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

background-color css

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

 a { background-color: rgb(18,146,17); }

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

border-color css

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

 span { border-color: rgb(18,146,17); }

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