Html Css Color HEX #128117 Forest Green

📋 copy color: '#128117'

red 18 ◦ green 129 ◦ blue 23

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

Shades of Forest Green #128117

Tints of Forest Green #128117

RGB

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

 GREEN value IS 129 (50.78% from 255) = 75.88%

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

R = 10.59%
G = 75.88%
B = 13.53%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#128117 (or 0x128117) is known color: Forest Green. HEX triplet: 12, 81 and 17. RGB value is (18,129,23). Sum of RGB (Red+Green+Blue) = 18+129+23=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 129 (50.78% from 255 or 75.88% from 170); Blue value is 23 (9.38% from 255 or 13.53% from 170); Max value from RGB is 129 - color contains mainly: green. Hex color #128117 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128117 is #ED7EE8. Grayscale: #545454. Windows color (decimal): -15564521 or 1540370. OLE color: 1540370.

HSL color Cylindrical-coordinate representation of color #128117: hue angle of 122.7º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128117 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 129 23 -
CMYK 0.86 0 0.82 0.49
HSL 122.7º 0.76% 0.29% -
HSV(B) 122.7º 0.86% 0.51% -
XYZ 8.25 15.89 3.44 -
YUV 83.73 93.73 81.12 -
System Red Green Blue C M Y K H S L
Decimal 18 129 23 0.86 0 0.82 0.49 122.7 0.76 0.29
Hex 12 81 17 56 0 52 31 7B 4C 1D
Octal 22 201 27 126 0 122 61 173 114 35
Binary 10010 10000001 10111 1010110 0 1010010 110001 1111011 1001100 11101

Color Harmonies of #128117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128117

Black with #128117

Text Example


Text Example

White with #128117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128117; }

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

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

background-color css

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

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

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

border-color css

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

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

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