Html Css Color HEX #128118 Forest Green

📋 copy color: '#128118'

red 18 ◦ green 129 ◦ blue 24

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

Shades of Forest Green #128118

Tints of Forest Green #128118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.04%

R = 10.53%
G = 75.44%
B = 14.04%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#128118 (or 0x128118) is known color: Forest Green. HEX triplet: 12, 81 and 18. RGB value is (18,129,24). Sum of RGB (Red+Green+Blue) = 18+129+24=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 129 (50.78% from 255 or 75.44% from 171); Blue value is 24 (9.77% from 255 or 14.04% from 171); Max value from RGB is 129 - color contains mainly: green. Hex color #128118 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128118 is #ED7EE7. Grayscale: #545454. Windows color (decimal): -15564520 or 1605906. OLE color: 1605906.

HSL color Cylindrical-coordinate representation of color #128118: hue angle of 123.24º 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 #128118 is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 129 24 -
CMYK 0.86 0 0.81 0.49
HSL 123.24º 0.76% 0.29% -
HSV(B) 123.24º 0.86% 0.51% -
XYZ 8.26 15.9 3.5 -
YUV 83.84 94.23 81.04 -
System Red Green Blue C M Y K H S L
Decimal 18 129 24 0.86 0 0.81 0.49 123.24 0.76 0.29
Hex 12 81 18 56 0 51 31 7B 4C 1D
Octal 22 201 30 126 0 121 61 173 114 35
Binary 10010 10000001 11000 1010110 0 1010001 110001 1111011 1001100 11101

Color Harmonies of #128118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128118

Black with #128118

Text Example


Text Example

White with #128118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128118; }

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

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

background-color css

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

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

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

border-color css

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

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

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