#1a6d4e

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

Shades of Dark Spring Green #1A6D4E

Tints of Dark Spring Green #1A6D4E

Color information

#1A6D4E (or 0x1A6D4E) is unknown color: approx Dark Spring Green. HEX triplet: 1A, 6D and 4E. RGB value is (26,109,78). Sum of RGB (Red+Green+Blue) = 26+109+78=213 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.21% from 213); Green value is 109 (42.97% from 255 or 51.17% from 213); Blue value is 78 (30.86% from 255 or 36.62% from 213); Max value from RGB is 109 - color contains mainly: green. Hex color #1A6D4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6D4E is #E592B1. Grayscale: #505050. Windows color (decimal): -15045298 or 5139738. OLE color: 5139738.

HSL color Cylindrical-coordinate representation of color #1A6D4E: hue angle of 157.59º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A6D4E is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.57.

Color convert

RGB2610978-
CMYK0.7600.280.57
HSL157.59º61.48%26.47%-
HSV(B)157.59º76.15%42.75%-
XYZ7.2711.719.08-
YUV80.65126.589.02-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.21%
GREEN value IS 109 (42.97% from 255) = 51.17%
BLUE value IS 78 (30.86% from 255) = 36.62%
R=12.21%
G=51.17%
B=36.62%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal26109780.7600.280.57157.5961.4826.47
Hex1A6D4E4C01C399e3d1a
Octal32155116114034712367532
Binary110101101101100111010011000111001110011001111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a6d4e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,109,78); }

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

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

 a { background-color: rgb(26,109,78); }

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

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

 span { border-color: rgb(26,109,78); }

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