#118B38

Color #118B38 Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #118B38

Tints of Dark Spring Green #118B38

Color information

#118B38 (or 0x118B38) is unknown color: approx Dark Spring Green. HEX triplet: 11, 8B and 38. RGB value is (17,139,56). Sum of RGB (Red+Green+Blue) = 17+139+56=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 139 (54.69% from 255 or 65.57% from 212); Blue value is 56 (22.27% from 255 or 26.42% from 212); Max value from RGB is 139 - color contains mainly: green. Hex color #118B38 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118B38 is #EE74C7. Grayscale: #5D5D5D. Windows color (decimal): -15627464 or 3705617. OLE color: 3705617.

HSL color Cylindrical-coordinate representation of color #118B38: hue angle of 139.18º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118B38 is Cyan = 0.88, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB1713956-
CMYK0.8800.600.45
HSL139.18º78.21%30.59%-
HSV(B)139.18º87.77%54.51%-
XYZ10.1818.876.85-
YUV93.06107.0873.75-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.02%
GREEN value IS 139 (54.69% from 255) = 65.57%
BLUE value IS 56 (22.27% from 255) = 26.42%
R=8.02%
G=65.57%
B=26.42%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal17139560.8800.600.45139.1878.2130.59
Hex118B385803C2D8b4e1f
Octal21213701300745521311637
Binary10001100010111110001011000011110010110110001011100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118B38; }

 p { color: rgb(17,139,56); }

 H1.HeaderClassName
 {
   color: #118B38;
 }
 .AnyTagClassName
 {
   color: #118B38;
 }
</style>
background-color css

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

 a { background-color: rgb(17,139,56); }

 div.DivClassName
 {
   background-color: #118B38;
 }
 .BgClassName
 {
   background-color: #118B38;
 }
</style>
border-color css

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

 span { border-color: rgb(17,139,56); }

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