#1A6B42

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

Shades of Dark Spring Green #1A6B42

Tints of Dark Spring Green #1A6B42

Color information

#1A6B42 (or 0x1A6B42) is unknown color: approx Dark Spring Green. HEX triplet: 1A, 6B and 42. RGB value is (26,107,66). Sum of RGB (Red+Green+Blue) = 26+107+66=199 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.07% from 199); Green value is 107 (42.19% from 255 or 53.77% from 199); Blue value is 66 (26.17% from 255 or 33.17% from 199); Max value from RGB is 107 - color contains mainly: green. Hex color #1A6B42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6B42 is #E594BD. Grayscale: #4E4E4E. Windows color (decimal): -15045822 or 4352794. OLE color: 4352794.

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

Color convert

RGB2610766-
CMYK0.7600.380.58
HSL149.63º60.9%26.08%-
HSV(B)149.63º75.7%41.96%-
XYZ6.6711.136.95-
YUV78.11121.1690.83-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.07%
GREEN value IS 107 (42.19% from 255) = 53.77%
BLUE value IS 66 (26.17% from 255) = 33.17%
R=13.07%
G=53.77%
B=33.17%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal26107660.7600.380.58149.6360.926.08
Hex1A6B424C0263A963d1a
Octal32153102114046722267532
Binary1101011010111000010100110001001101110101001011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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