#1C6C4C

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

Shades of Dark Spring Green #1C6C4C

Tints of Dark Spring Green #1C6C4C

Color information

#1C6C4C (or 0x1C6C4C) is unknown color: approx Dark Spring Green. HEX triplet: 1C, 6C and 4C. RGB value is (28,108,76). Sum of RGB (Red+Green+Blue) = 28+108+76=212 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.21% from 212); Green value is 108 (42.58% from 255 or 50.94% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 108 - color contains mainly: green. Hex color #1C6C4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6C4C is #E393B3. Grayscale: #505050. Windows color (decimal): -14914484 or 5008412. OLE color: 5008412.

HSL color Cylindrical-coordinate representation of color #1C6C4C: hue angle of 156º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C6C4C is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB2810876-
CMYK0.7400.300.58
HSL156º58.82%26.67%-
HSV(B)156º74.07%42.35%-
XYZ7.1511.498.68-
YUV80.43125.590.6-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.21%
GREEN value IS 108 (42.58% from 255) = 50.94%
BLUE value IS 76 (30.08% from 255) = 35.85%
R=13.21%
G=50.94%
B=35.85%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal28108760.7400.300.5815658.8226.67
Hex1C6C4C4A01E3A9c3b1b
Octal34154114112036722347333
Binary111001101100100110010010100111101110101001110011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,108,76); }

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

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

 a { background-color: rgb(28,108,76); }

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

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

 span { border-color: rgb(28,108,76); }

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