Html Css Color HEX #119B30 Forest Green

📋 copy color: '#119B30'

red 17 ◦ green 155 ◦ blue 48

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

Shades of Forest Green #119B30

Tints of Forest Green #119B30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 21.82%

R = 7.73%
G = 70.45%
B = 21.82%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.69

 K value IS 0.39

RGB Variations

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

Color information

#119B30 (or 0x119B30) is known color: Forest Green. HEX triplet: 11, 9B and 30. RGB value is (17,155,48). Sum of RGB (Red+Green+Blue) = 17+155+48=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 155 (60.94% from 255 or 70.45% from 220); Blue value is 48 (19.14% from 255 or 21.82% from 220); Max value from RGB is 155 - color contains mainly: green. Hex color #119B30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119B30 is #EE64CF. Grayscale: #656565. Windows color (decimal): -15623376 or 3185425. OLE color: 3185425.

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

Color convert

RGB 17 155 48 -
CMYK 0.89 0 0.69 0.39
HSL 133.48º 0.8% 0.34% -
HSV(B) 133.48º 0.89% 0.61% -
XYZ 12.49 23.78 6.73 -
YUV 101.54 97.78 67.7 -
System Red Green Blue C M Y K H S L
Decimal 17 155 48 0.89 0 0.69 0.39 133.48 0.8 0.34
Hex 11 9B 30 59 0 45 27 85 50 22
Octal 21 233 60 131 0 105 47 205 120 42
Binary 10001 10011011 110000 1011001 0 1000101 100111 10000101 1010000 100010

Color Harmonies of #119B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119B30

Black with #119B30

Text Example


Text Example

White with #119B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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