Html Css Color HEX #119530 Forest Green

📋 copy color: '#119530'

red 17 ◦ green 149 ◦ blue 48

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

Shades of Forest Green #119530

Tints of Forest Green #119530

RGB

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

 GREEN value IS 149 (58.59% from 255) = 69.63%

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

R = 7.94%
G = 69.63%
B = 22.43%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#119530 (or 0x119530) is known color: Forest Green. HEX triplet: 11, 95 and 30. RGB value is (17,149,48). Sum of RGB (Red+Green+Blue) = 17+149+48=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 149 (58.59% from 255 or 69.63% from 214); Blue value is 48 (19.14% from 255 or 22.43% from 214); Max value from RGB is 149 - color contains mainly: green. Hex color #119530 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119530 is #EE6ACF. Grayscale: #626262. Windows color (decimal): -15624912 or 3183889. OLE color: 3183889.

HSL color Cylindrical-coordinate representation of color #119530: hue angle of 134.09º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119530 is Cyan = 0.89, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 149 48 -
CMYK 0.89 0 0.68 0.42
HSL 134.09º 0.8% 0.33% -
HSV(B) 134.09º 0.89% 0.58% -
XYZ 11.51 21.83 6.4 -
YUV 98.02 99.77 70.21 -
System Red Green Blue C M Y K H S L
Decimal 17 149 48 0.89 0 0.68 0.42 134.09 0.8 0.33
Hex 11 95 30 59 0 44 2A 86 50 21
Octal 21 225 60 131 0 104 52 206 120 41
Binary 10001 10010101 110000 1011001 0 1000100 101010 10000110 1010000 100001

Color Harmonies of #119530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119530

Black with #119530

Text Example


Text Example

White with #119530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119530; }

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

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

background-color css

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

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

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

border-color css

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

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

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