Html Css Color HEX #119114 Forest Green

📋 copy color: '#119114'

red 17 ◦ green 145 ◦ blue 20

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

Shades of Forest Green #119114

Tints of Forest Green #119114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.99%

R = 9.34%
G = 79.67%
B = 10.99%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#119114 (or 0x119114) is known color: Forest Green. HEX triplet: 11, 91 and 14. RGB value is (17,145,20). Sum of RGB (Red+Green+Blue) = 17+145+20=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 145 (57.03% from 255 or 79.67% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 145 - color contains mainly: green. Hex color #119114 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119114 is #EE6EEB. Grayscale: #5C5C5C. Windows color (decimal): -15625964 or 1347857. OLE color: 1347857.

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

Color convert

RGB 17 145 20 -
CMYK 0.88 0 0.86 0.43
HSL 121.41º 0.79% 0.32% -
HSV(B) 121.41º 0.88% 0.57% -
XYZ 10.48 20.42 4.05 -
YUV 92.48 87.09 74.16 -
System Red Green Blue C M Y K H S L
Decimal 17 145 20 0.88 0 0.86 0.43 121.41 0.79 0.32
Hex 11 91 14 58 0 56 2B 79 4F 20
Octal 21 221 24 130 0 126 53 171 117 40
Binary 10001 10010001 10100 1011000 0 1010110 101011 1111001 1001111 100000

Color Harmonies of #119114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119114

Black with #119114

Text Example


Text Example

White with #119114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119114; }

 p { color: rgb(17,145,20); }

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

background-color css

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

 a { background-color: rgb(17,145,20); }

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

border-color css

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

 span { border-color: rgb(17,145,20); }

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