Html Css Color HEX #119212 Forest Green

📋 copy color: '#119212'

red 17 ◦ green 146 ◦ blue 18

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

Shades of Forest Green #119212

Tints of Forest Green #119212

RGB

 RED value IS 17 (7.03% from 255) = 9.39%

 GREEN value IS 146 (57.42% from 255) = 80.66%

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

R = 9.39%
G = 80.66%
B = 9.94%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#119212 (or 0x119212) is known color: Forest Green. HEX triplet: 11, 92 and 12. RGB value is (17,146,18). Sum of RGB (Red+Green+Blue) = 17+146+18=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 146 (57.42% from 255 or 80.66% from 181); Blue value is 18 (7.42% from 255 or 9.94% from 181); Max value from RGB is 146 - color contains mainly: green. Hex color #119212 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119212 is #EE6DED. Grayscale: #5D5D5D. Windows color (decimal): -15625710 or 1217041. OLE color: 1217041.

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

Color convert

RGB 17 146 18 -
CMYK 0.88 0 0.88 0.43
HSL 120.47º 0.79% 0.32% -
HSV(B) 120.47º 0.88% 0.57% -
XYZ 10.62 20.72 4.01 -
YUV 92.84 85.76 73.91 -
System Red Green Blue C M Y K H S L
Decimal 17 146 18 0.88 0 0.88 0.43 120.47 0.79 0.32
Hex 11 92 12 58 0 58 2B 78 4F 20
Octal 21 222 22 130 0 130 53 170 117 40
Binary 10001 10010010 10010 1011000 0 1011000 101011 1111000 1001111 100000

Color Harmonies of #119212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119212

Black with #119212

Text Example


Text Example

White with #119212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119212; }

 p { color: rgb(17,146,18); }

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

background-color css

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

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

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

border-color css

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

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

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