Html Css Color HEX #129F2C Forest Green

📋 copy color: '#129F2C'

red 18 ◦ green 159 ◦ blue 44

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

Shades of Forest Green #129F2C

Tints of Forest Green #129F2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 19.91%

R = 8.14%
G = 71.95%
B = 19.91%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.72

 K value IS 0.38

RGB Variations

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

Color information

#129F2C (or 0x129F2C) is known color: Forest Green. HEX triplet: 12, 9F and 2C. RGB value is (18,159,44). Sum of RGB (Red+Green+Blue) = 18+159+44=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 159 (62.5% from 255 or 71.95% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 159 - color contains mainly: green. Hex color #129F2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129F2C is #ED60D3. Grayscale: #686868. Windows color (decimal): -15556820 or 2924306. OLE color: 2924306.

HSL color Cylindrical-coordinate representation of color #129F2C: hue angle of 131.06º 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 #129F2C is Cyan = 0.89, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 159 44 -
CMYK 0.89 0 0.72 0.38
HSL 131.06º 0.8% 0.35% -
HSV(B) 131.06º 0.89% 0.62% -
XYZ 13.1 25.11 6.54 -
YUV 103.73 94.29 66.85 -
System Red Green Blue C M Y K H S L
Decimal 18 159 44 0.89 0 0.72 0.38 131.06 0.8 0.35
Hex 12 9F 2C 59 0 48 26 83 50 23
Octal 22 237 54 131 0 110 46 203 120 43
Binary 10010 10011111 101100 1011001 0 1001000 100110 10000011 1010000 100011

Color Harmonies of #129F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129F2C

Black with #129F2C

Text Example


Text Example

White with #129F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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