#1C6E3F

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

Shades of Dark Spring Green #1C6E3F

Tints of Dark Spring Green #1C6E3F

Color information

#1C6E3F (or 0x1C6E3F) is unknown color: approx Dark Spring Green. HEX triplet: 1C, 6E and 3F. RGB value is (28,110,63). Sum of RGB (Red+Green+Blue) = 28+110+63=201 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.93% from 201); Green value is 110 (43.36% from 255 or 54.73% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 110 - color contains mainly: green. Hex color #1C6E3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6E3F is #E391C0. Grayscale: #505050. Windows color (decimal): -14913985 or 4156956. OLE color: 4156956.

HSL color Cylindrical-coordinate representation of color #1C6E3F: hue angle of 145.61º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C6E3F is Cyan = 0.75, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.57.

Color convert

RGB2811063-
CMYK0.7500.430.57
HSL145.61º59.42%27.06%-
HSV(B)145.61º74.55%43.14%-
XYZ6.9511.766.61-
YUV80.12118.3390.82-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.93%
GREEN value IS 110 (43.36% from 255) = 54.73%
BLUE value IS 63 (25% from 255) = 31.34%
R=13.93%
G=54.73%
B=31.34%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal28110630.7500.430.57145.6159.4227.06
Hex1C6E3F4B02B39923b1b
Octal3415677113053712227333
Binary111001101110111111100101101010111110011001001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,110,63); }

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

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

 a { background-color: rgb(28,110,63); }

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

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

 span { border-color: rgb(28,110,63); }

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