Html Css Color HEX #117941 Dark Spring Green

📋 copy color: '#117941'

red 17 ◦ green 121 ◦ blue 65

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

Shades of Dark Spring Green #117941

Tints of Dark Spring Green #117941

RGB

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

 GREEN value IS 121 (47.66% from 255) = 59.61%

 BLUE value IS 65 (25.78% from 255) = 32.02%

R = 8.37%
G = 59.61%
B = 32.02%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#117941 (or 0x117941) is known color: Dark Spring Green. HEX triplet: 11, 79 and 41. RGB value is (17,121,65). Sum of RGB (Red+Green+Blue) = 17+121+65=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 121 (47.66% from 255 or 59.61% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 121 - color contains mainly: green. Hex color #117941 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117941 is #EE86BE. Grayscale: #535353. Windows color (decimal): -15632063 or 4290833. OLE color: 4290833.

HSL color Cylindrical-coordinate representation of color #117941: hue angle of 147.69º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117941 is Cyan = 0.86, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 121 65 -
CMYK 0.86 0 0.46 0.53
HSL 147.69º 0.75% 0.27% -
HSV(B) 147.69º 0.86% 0.47% -
XYZ 8.02 14.18 7.31 -
YUV 83.52 117.54 80.55 -
System Red Green Blue C M Y K H S L
Decimal 17 121 65 0.86 0 0.46 0.53 147.69 0.75 0.27
Hex 11 79 41 56 0 2E 35 94 4B 1B
Octal 21 171 101 126 0 56 65 224 113 33
Binary 10001 1111001 1000001 1010110 0 101110 110101 10010100 1001011 11011

Color Harmonies of #117941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117941

Black with #117941

Text Example


Text Example

White with #117941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117941; }

 p { color: rgb(17,121,65); }

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

background-color css

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

 a { background-color: rgb(17,121,65); }

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

border-color css

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

 span { border-color: rgb(17,121,65); }

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