#1A6E40

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

Shades of Dark Spring Green #1A6E40

Tints of Dark Spring Green #1A6E40

Color information

#1A6E40 (or 0x1A6E40) is unknown color: approx Dark Spring Green. HEX triplet: 1A, 6E and 40. RGB value is (26,110,64). Sum of RGB (Red+Green+Blue) = 26+110+64=200 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13% from 200); Green value is 110 (43.36% from 255 or 55% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 110 - color contains mainly: green. Hex color #1A6E40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6E40 is #E591BF. Grayscale: #4F4F4F. Windows color (decimal): -15045056 or 4222490. OLE color: 4222490.

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

Color convert

RGB2611064-
CMYK0.7600.420.57
HSL147.14º61.76%26.67%-
HSV(B)147.14º76.36%43.14%-
XYZ6.9311.746.75-
YUV79.64119.1789.74-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13%
GREEN value IS 110 (43.36% from 255) = 55%
BLUE value IS 64 (25.39% from 255) = 32%
R=13%
G=55%
B=32%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal26110640.7600.420.57147.1461.7626.67
Hex1A6E404C02A39933e1b
Octal32156100114052712237633
Binary1101011011101000000100110001010101110011001001111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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