Html Css Color HEX #129137 Forest Green

📋 copy color: '#129137'

red 18 ◦ green 145 ◦ blue 55

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

Shades of Forest Green #129137

Tints of Forest Green #129137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 25.23%

R = 8.26%
G = 66.51%
B = 25.23%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.62

 K value IS 0.43

RGB Variations

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

Color information

#129137 (or 0x129137) is known color: Forest Green. HEX triplet: 12, 91 and 37. RGB value is (18,145,55). Sum of RGB (Red+Green+Blue) = 18+145+55=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 145 (57.03% from 255 or 66.51% from 218); Blue value is 55 (21.88% from 255 or 25.23% from 218); Max value from RGB is 145 - color contains mainly: green. Hex color #129137 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129137 is #ED6EC8. Grayscale: #616161. Windows color (decimal): -15560393 or 3641618. OLE color: 3641618.

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

Color convert

RGB 18 145 55 -
CMYK 0.88 0 0.62 0.43
HSL 137.48º 0.78% 0.32% -
HSV(B) 137.48º 0.88% 0.57% -
XYZ 11.06 20.66 7.02 -
YUV 96.77 104.42 71.82 -
System Red Green Blue C M Y K H S L
Decimal 18 145 55 0.88 0 0.62 0.43 137.48 0.78 0.32
Hex 12 91 37 58 0 3E 2B 89 4E 20
Octal 22 221 67 130 0 76 53 211 116 40
Binary 10010 10010001 110111 1011000 0 111110 101011 10001001 1001110 100000

Color Harmonies of #129137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129137

Black with #129137

Text Example


Text Example

White with #129137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129137; }

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

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

background-color css

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

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

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

border-color css

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

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

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