Html Css Color HEX #119130 Forest Green

📋 copy color: '#119130'

red 17 ◦ green 145 ◦ blue 48

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

Shades of Forest Green #119130

Tints of Forest Green #119130

RGB

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

 GREEN value IS 145 (57.03% from 255) = 69.05%

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

R = 8.1%
G = 69.05%
B = 22.86%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.67

 K value IS 0.43

RGB Variations

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

Color information

#119130 (or 0x119130) is known color: Forest Green. HEX triplet: 11, 91 and 30. RGB value is (17,145,48). Sum of RGB (Red+Green+Blue) = 17+145+48=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 145 (57.03% from 255 or 69.05% from 210); Blue value is 48 (19.14% from 255 or 22.86% from 210); Max value from RGB is 145 - color contains mainly: green. Hex color #119130 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119130 is #EE6ECF. Grayscale: #5F5F5F. Windows color (decimal): -15625936 or 3182865. OLE color: 3182865.

HSL color Cylindrical-coordinate representation of color #119130: hue angle of 134.53º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #119130 is Cyan = 0.88, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB 17 145 48 -
CMYK 0.88 0 0.67 0.43
HSL 134.53º 0.79% 0.32% -
HSV(B) 134.53º 0.88% 0.57% -
XYZ 10.89 20.58 6.2 -
YUV 95.67 101.09 71.89 -
System Red Green Blue C M Y K H S L
Decimal 17 145 48 0.88 0 0.67 0.43 134.53 0.79 0.32
Hex 11 91 30 58 0 43 2B 87 4F 20
Octal 21 221 60 130 0 103 53 207 117 40
Binary 10001 10010001 110000 1011000 0 1000011 101011 10000111 1001111 100000

Color Harmonies of #119130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119130

Black with #119130

Text Example


Text Example

White with #119130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119130; }

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

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

background-color css

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

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

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

border-color css

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

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

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