Html Css Color HEX #119F2D Forest Green

📋 copy color: '#119F2D'

red 17 ◦ green 159 ◦ blue 45

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

Shades of Forest Green #119F2D

Tints of Forest Green #119F2D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 71.95%

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

R = 7.69%
G = 71.95%
B = 20.36%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.72

 K value IS 0.38

RGB Variations

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

Color information

#119F2D (or 0x119F2D) is known color: Forest Green. HEX triplet: 11, 9F and 2D. RGB value is (17,159,45). Sum of RGB (Red+Green+Blue) = 17+159+45=221 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.69% from 221); Green value is 159 (62.5% from 255 or 71.95% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 159 - color contains mainly: green. Hex color #119F2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119F2D is #EE60D2. Grayscale: #676767. Windows color (decimal): -15622355 or 2989841. OLE color: 2989841.

HSL color Cylindrical-coordinate representation of color #119F2D: hue angle of 131.83º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119F2D is Cyan = 0.89, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB 17 159 45 -
CMYK 0.89 0 0.72 0.38
HSL 131.83º 0.81% 0.35% -
HSV(B) 131.83º 0.89% 0.62% -
XYZ 13.1 25.1 6.64 -
YUV 103.55 94.96 66.27 -
System Red Green Blue C M Y K H S L
Decimal 17 159 45 0.89 0 0.72 0.38 131.83 0.81 0.35
Hex 11 9F 2D 59 0 48 26 84 51 23
Octal 21 237 55 131 0 110 46 204 121 43
Binary 10001 10011111 101101 1011001 0 1001000 100110 10000100 1010001 100011

Color Harmonies of #119F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119F2D

Black with #119F2D

Text Example


Text Example

White with #119F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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