Html Css Color HEX #119134 Forest Green

📋 copy color: '#119134'

red 17 ◦ green 145 ◦ blue 52

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

Shades of Forest Green #119134

Tints of Forest Green #119134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 24.3%

R = 7.94%
G = 67.76%
B = 24.3%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.64

 K value IS 0.43

RGB Variations

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

Color information

#119134 (or 0x119134) is known color: Forest Green. HEX triplet: 11, 91 and 34. RGB value is (17,145,52). Sum of RGB (Red+Green+Blue) = 17+145+52=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 145 (57.03% from 255 or 67.76% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 145 - color contains mainly: green. Hex color #119134 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119134 is #EE6ECB. Grayscale: #606060. Windows color (decimal): -15625932 or 3445009. OLE color: 3445009.

HSL color Cylindrical-coordinate representation of color #119134: hue angle of 136.41º 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 #119134 is Cyan = 0.88, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.43.

Color convert

RGB 17 145 52 -
CMYK 0.88 0 0.64 0.43
HSL 136.41º 0.79% 0.32% -
HSV(B) 136.41º 0.88% 0.57% -
XYZ 10.98 20.62 6.65 -
YUV 96.13 103.09 71.56 -
System Red Green Blue C M Y K H S L
Decimal 17 145 52 0.88 0 0.64 0.43 136.41 0.79 0.32
Hex 11 91 34 58 0 40 2B 88 4F 20
Octal 21 221 64 130 0 100 53 210 117 40
Binary 10001 10010001 110100 1011000 0 1000000 101011 10001000 1001111 100000

Color Harmonies of #119134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119134

Black with #119134

Text Example


Text Example

White with #119134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119134; }

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

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

background-color css

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

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

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

border-color css

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

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

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