#1A6D40

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

Shades of Dark Spring Green #1A6D40

Tints of Dark Spring Green #1A6D40

Color information

#1A6D40 (or 0x1A6D40) is unknown color: approx Dark Spring Green. HEX triplet: 1A, 6D and 40. RGB value is (26,109,64). Sum of RGB (Red+Green+Blue) = 26+109+64=199 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.07% from 199); Green value is 109 (42.97% from 255 or 54.77% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 109 - color contains mainly: green. Hex color #1A6D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6D40 is #E592BF. Grayscale: #4F4F4F. Windows color (decimal): -15045312 or 4222234. OLE color: 4222234.

HSL color Cylindrical-coordinate representation of color #1A6D40: hue angle of 147.47º 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 #1A6D40 is Cyan = 0.76, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.57.

Color convert

RGB2610964-
CMYK0.7600.410.57
HSL147.47º61.48%26.47%-
HSV(B)147.47º76.15%42.75%-
XYZ6.8211.536.72-
YUV79.05119.590.16-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.07%
GREEN value IS 109 (42.97% from 255) = 54.77%
BLUE value IS 64 (25.39% from 255) = 32.16%
R=13.07%
G=54.77%
B=32.16%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal26109640.7600.410.57147.4761.4826.47
Hex1A6D404C02939933d1a
Octal32155100114051712237532
Binary1101011011011000000100110001010011110011001001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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