Html Css Color HEX #117242 Dark Spring Green

📋 copy color: '#117242'

red 17 ◦ green 114 ◦ blue 66

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

Shades of Dark Spring Green #117242

Tints of Dark Spring Green #117242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 33.5%

R = 8.63%
G = 57.87%
B = 33.5%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#117242 (or 0x117242) is known color: Dark Spring Green. HEX triplet: 11, 72 and 42. RGB value is (17,114,66). Sum of RGB (Red+Green+Blue) = 17+114+66=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 114 (44.92% from 255 or 57.87% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 114 - color contains mainly: green. Hex color #117242 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117242 is #EE8DBD. Grayscale: #4F4F4F. Windows color (decimal): -15633854 or 4354577. OLE color: 4354577.

HSL color Cylindrical-coordinate representation of color #117242: hue angle of 150.31º 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 #117242 is Cyan = 0.85, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 114 66 -
CMYK 0.85 0 0.42 0.55
HSL 150.31º 0.74% 0.26% -
HSV(B) 150.31º 0.85% 0.45% -
XYZ 7.23 12.55 7.19 -
YUV 79.53 120.36 83.4 -
System Red Green Blue C M Y K H S L
Decimal 17 114 66 0.85 0 0.42 0.55 150.31 0.74 0.26
Hex 11 72 42 55 0 2A 37 96 4A 1A
Octal 21 162 102 125 0 52 67 226 112 32
Binary 10001 1110010 1000010 1010101 0 101010 110111 10010110 1001010 11010

Color Harmonies of #117242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117242

Black with #117242

Text Example


Text Example

White with #117242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117242; }

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

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

background-color css

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

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

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

border-color css

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

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

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