Html Css Color HEX #128112 Forest Green

📋 copy color: '#128112'

red 18 ◦ green 129 ◦ blue 18

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

Shades of Forest Green #128112

Tints of Forest Green #128112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.91%

R = 10.91%
G = 78.18%
B = 10.91%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#128112 (or 0x128112) is known color: Forest Green. HEX triplet: 12, 81 and 12. RGB value is (18,129,18). Sum of RGB (Red+Green+Blue) = 18+129+18=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 129 (50.78% from 255 or 78.18% from 165); Blue value is 18 (7.42% from 255 or 10.91% from 165); Max value from RGB is 129 - color contains mainly: green. Hex color #128112 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128112 is #ED7EED. Grayscale: #535353. Windows color (decimal): -15564526 or 1212690. OLE color: 1212690.

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

Color convert

RGB 18 129 18 -
CMYK 0.86 0 0.86 0.49
HSL 120º 0.76% 0.29% -
HSV(B) 120º 0.86% 0.51% -
XYZ 8.21 15.87 3.2 -
YUV 83.16 91.23 81.53 -
System Red Green Blue C M Y K H S L
Decimal 18 129 18 0.86 0 0.86 0.49 120 0.76 0.29
Hex 12 81 12 56 0 56 31 78 4C 1D
Octal 22 201 22 126 0 126 61 170 114 35
Binary 10010 10000001 10010 1010110 0 1010110 110001 1111000 1001100 11101

Color Harmonies of #128112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128112

Black with #128112

Text Example


Text Example

White with #128112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128112; }

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

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

background-color css

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

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

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

border-color css

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

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

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