Html Css Color HEX #119B25 Forest Green

📋 copy color: '#119B25'

red 17 ◦ green 155 ◦ blue 37

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

Shades of Forest Green #119B25

Tints of Forest Green #119B25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 17.7%

R = 8.13%
G = 74.16%
B = 17.7%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.76

 K value IS 0.39

RGB Variations

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

Color information

#119B25 (or 0x119B25) is known color: Forest Green. HEX triplet: 11, 9B and 25. RGB value is (17,155,37). Sum of RGB (Red+Green+Blue) = 17+155+37=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 155 (60.94% from 255 or 74.16% from 209); Blue value is 37 (14.84% from 255 or 17.70% from 209); Max value from RGB is 155 - color contains mainly: green. Hex color #119B25 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119B25 is #EE64DA. Grayscale: #646464. Windows color (decimal): -15623387 or 2464529. OLE color: 2464529.

HSL color Cylindrical-coordinate representation of color #119B25: hue angle of 128.7º 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 #119B25 is Cyan = 0.89, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.39.

Color convert

RGB 17 155 37 -
CMYK 0.89 0 0.76 0.39
HSL 128.7º 0.8% 0.34% -
HSV(B) 128.7º 0.89% 0.61% -
XYZ 12.29 23.7 5.68 -
YUV 100.29 92.28 68.59 -
System Red Green Blue C M Y K H S L
Decimal 17 155 37 0.89 0 0.76 0.39 128.7 0.8 0.34
Hex 11 9B 25 59 0 4C 27 81 50 22
Octal 21 233 45 131 0 114 47 201 120 42
Binary 10001 10011011 100101 1011001 0 1001100 100111 10000001 1010000 100010

Color Harmonies of #119B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119B25

Black with #119B25

Text Example


Text Example

White with #119B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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