#1A6C42

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

Shades of Dark Spring Green #1A6C42

Tints of Dark Spring Green #1A6C42

Color information

#1A6C42 (or 0x1A6C42) is unknown color: approx Dark Spring Green. HEX triplet: 1A, 6C and 42. RGB value is (26,108,66). Sum of RGB (Red+Green+Blue) = 26+108+66=200 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13% from 200); Green value is 108 (42.58% from 255 or 54% from 200); Blue value is 66 (26.17% from 255 or 33% from 200); Max value from RGB is 108 - color contains mainly: green. Hex color #1A6C42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6C42 is #E593BD. Grayscale: #4E4E4E. Windows color (decimal): -15045566 or 4353050. OLE color: 4353050.

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

Color convert

RGB2610866-
CMYK0.7600.390.58
HSL149.27º61.19%26.27%-
HSV(B)149.27º75.93%42.35%-
XYZ6.7711.346.99-
YUV78.69120.8390.42-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13%
GREEN value IS 108 (42.58% from 255) = 54%
BLUE value IS 66 (26.17% from 255) = 33%
R=13%
G=54%
B=33%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal26108660.7600.390.58149.2761.1926.27
Hex1A6C424C0273A953d1a
Octal32154102114047722257532
Binary1101011011001000010100110001001111110101001010111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,108,66); }

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

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

 a { background-color: rgb(26,108,66); }

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

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

 span { border-color: rgb(26,108,66); }

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