Html Css Color HEX #117249 Dark Spring Green

📋 copy color: '#117249'

red 17 ◦ green 114 ◦ blue 73

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

Shades of Dark Spring Green #117249

Tints of Dark Spring Green #117249

RGB

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

 GREEN value IS 114 (44.92% from 255) = 55.88%

 BLUE value IS 73 (28.91% from 255) = 35.78%

R = 8.33%
G = 55.88%
B = 35.78%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#117249 (or 0x117249) is known color: Dark Spring Green. HEX triplet: 11, 72 and 49. RGB value is (17,114,73). Sum of RGB (Red+Green+Blue) = 17+114+73=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 114 (44.92% from 255 or 55.88% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 114 - color contains mainly: green. Hex color #117249 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117249 is #EE8DB6. Grayscale: #505050. Windows color (decimal): -15633847 or 4813329. OLE color: 4813329.

HSL color Cylindrical-coordinate representation of color #117249: hue angle of 154.64º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117249 is Cyan = 0.85, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 114 73 -
CMYK 0.85 0 0.36 0.55
HSL 154.64º 0.74% 0.26% -
HSV(B) 154.64º 0.85% 0.45% -
XYZ 7.45 12.63 8.35 -
YUV 80.32 123.86 82.83 -
System Red Green Blue C M Y K H S L
Decimal 17 114 73 0.85 0 0.36 0.55 154.64 0.74 0.26
Hex 11 72 49 55 0 24 37 9B 4A 1A
Octal 21 162 111 125 0 44 67 233 112 32
Binary 10001 1110010 1001001 1010101 0 100100 110111 10011011 1001010 11010

Color Harmonies of #117249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117249

Black with #117249

Text Example


Text Example

White with #117249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117249; }

 p { color: rgb(17,114,73); }

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

background-color css

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

 a { background-color: rgb(17,114,73); }

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

border-color css

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

 span { border-color: rgb(17,114,73); }

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