Html Css Color HEX #119B2D Forest Green

📋 copy color: '#119B2D'

red 17 ◦ green 155 ◦ blue 45

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

Shades of Forest Green #119B2D

Tints of Forest Green #119B2D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 71.43%

 BLUE value IS 45 (17.97% from 255) = 20.74%

R = 7.83%
G = 71.43%
B = 20.74%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.71

 K value IS 0.39

RGB Variations

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

Color information

#119B2D (or 0x119B2D) is known color: Forest Green. HEX triplet: 11, 9B and 2D. RGB value is (17,155,45). Sum of RGB (Red+Green+Blue) = 17+155+45=217 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.83% from 217); Green value is 155 (60.94% from 255 or 71.43% from 217); Blue value is 45 (17.97% from 255 or 20.74% from 217); Max value from RGB is 155 - color contains mainly: green. Hex color #119B2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119B2D is #EE64D2. Grayscale: #656565. Windows color (decimal): -15623379 or 2988817. OLE color: 2988817.

HSL color Cylindrical-coordinate representation of color #119B2D: hue angle of 132.17º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119B2D is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.39.

Color convert

RGB 17 155 45 -
CMYK 0.89 0 0.71 0.39
HSL 132.17º 0.8% 0.34% -
HSV(B) 132.17º 0.89% 0.61% -
XYZ 12.43 23.75 6.41 -
YUV 101.2 96.28 67.94 -
System Red Green Blue C M Y K H S L
Decimal 17 155 45 0.89 0 0.71 0.39 132.17 0.8 0.34
Hex 11 9B 2D 59 0 47 27 84 50 22
Octal 21 233 55 131 0 107 47 204 120 42
Binary 10001 10011011 101101 1011001 0 1000111 100111 10000100 1010000 100010

Color Harmonies of #119B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119B2D

Black with #119B2D

Text Example


Text Example

White with #119B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119B2D; }

 p { color: rgb(17,155,45); }

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

background-color css

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

 a { background-color: rgb(17,155,45); }

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

border-color css

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

 span { border-color: rgb(17,155,45); }

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