Html Css Color HEX #129117 Forest Green

📋 copy color: '#129117'

red 18 ◦ green 145 ◦ blue 23

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

Shades of Forest Green #129117

Tints of Forest Green #129117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.37%

R = 9.68%
G = 77.96%
B = 12.37%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.84

 K value IS 0.43

RGB Variations

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

Color information

#129117 (or 0x129117) is known color: Forest Green. HEX triplet: 12, 91 and 17. RGB value is (18,145,23). Sum of RGB (Red+Green+Blue) = 18+145+23=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 145 (57.03% from 255 or 77.96% from 186); Blue value is 23 (9.38% from 255 or 12.37% from 186); Max value from RGB is 145 - color contains mainly: green. Hex color #129117 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129117 is #ED6EE8. Grayscale: #5D5D5D. Windows color (decimal): -15560425 or 1544466. OLE color: 1544466.

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

Color convert

RGB 18 145 23 -
CMYK 0.88 0 0.84 0.43
HSL 122.36º 0.78% 0.32% -
HSV(B) 122.36º 0.88% 0.57% -
XYZ 10.53 20.44 4.2 -
YUV 93.12 88.42 74.42 -
System Red Green Blue C M Y K H S L
Decimal 18 145 23 0.88 0 0.84 0.43 122.36 0.78 0.32
Hex 12 91 17 58 0 54 2B 7A 4E 20
Octal 22 221 27 130 0 124 53 172 116 40
Binary 10010 10010001 10111 1011000 0 1010100 101011 1111010 1001110 100000

Color Harmonies of #129117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129117

Black with #129117

Text Example


Text Example

White with #129117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129117; }

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

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

background-color css

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

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

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

border-color css

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

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

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