#1C7041

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

Shades of Dark Spring Green #1C7041

Tints of Dark Spring Green #1C7041

Color information

#1C7041 (or 0x1C7041) is unknown color: approx Dark Spring Green. HEX triplet: 1C, 70 and 41. RGB value is (28,112,65). Sum of RGB (Red+Green+Blue) = 28+112+65=205 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.66% from 205); Green value is 112 (44.14% from 255 or 54.63% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 112 - color contains mainly: green. Hex color #1C7041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C7041 is #E38FBE. Grayscale: #515151. Windows color (decimal): -14913471 or 4288540. OLE color: 4288540.

HSL color Cylindrical-coordinate representation of color #1C7041: hue angle of 146.43º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C7041 is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB2811265-
CMYK0.7500.420.56
HSL146.43º60%27.45%-
HSV(B)146.43º75%43.92%-
XYZ7.2312.226.98-
YUV81.53118.6789.82-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.66%
GREEN value IS 112 (44.14% from 255) = 54.63%
BLUE value IS 65 (25.78% from 255) = 31.71%
R=13.66%
G=54.63%
B=31.71%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal28112650.7500.420.56146.436027.45
Hex1C70414B02A38923c1b
Octal34160101113052702227433
Binary1110011100001000001100101101010101110001001001011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C7041; }

 p { color: rgb(28,112,65); }

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

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

 a { background-color: rgb(28,112,65); }

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

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

 span { border-color: rgb(28,112,65); }

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