Html Css Color HEX #119D2B Forest Green

📋 copy color: '#119D2B'

red 17 ◦ green 157 ◦ blue 43

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

Shades of Forest Green #119D2B

Tints of Forest Green #119D2B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 72.35%

 BLUE value IS 43 (17.19% from 255) = 19.82%

R = 7.83%
G = 72.35%
B = 19.82%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.73

 K value IS 0.38

RGB Variations

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

Color information

#119D2B (or 0x119D2B) is known color: Forest Green. HEX triplet: 11, 9D and 2B. RGB value is (17,157,43). Sum of RGB (Red+Green+Blue) = 17+157+43=217 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.83% from 217); Green value is 157 (61.72% from 255 or 72.35% from 217); Blue value is 43 (17.19% from 255 or 19.82% from 217); Max value from RGB is 157 - color contains mainly: green. Hex color #119D2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119D2B is #EE62D4. Grayscale: #666666. Windows color (decimal): -15622869 or 2858257. OLE color: 2858257.

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

Color convert

RGB 17 157 43 -
CMYK 0.89 0 0.73 0.38
HSL 131.14º 0.8% 0.34% -
HSV(B) 131.14º 0.89% 0.62% -
XYZ 12.72 24.41 6.33 -
YUV 102.14 94.62 67.27 -
System Red Green Blue C M Y K H S L
Decimal 17 157 43 0.89 0 0.73 0.38 131.14 0.8 0.34
Hex 11 9D 2B 59 0 49 26 83 50 22
Octal 21 235 53 131 0 111 46 203 120 42
Binary 10001 10011101 101011 1011001 0 1001001 100110 10000011 1010000 100010

Color Harmonies of #119D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119D2B

Black with #119D2B

Text Example


Text Example

White with #119D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,157,43); }

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

background-color css

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

 a { background-color: rgb(17,157,43); }

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

border-color css

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

 span { border-color: rgb(17,157,43); }

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