#1A6F4E

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

Shades of Dark Spring Green #1A6F4E

Tints of Dark Spring Green #1A6F4E

Color information

#1A6F4E (or 0x1A6F4E) is unknown color: approx Dark Spring Green. HEX triplet: 1A, 6F and 4E. RGB value is (26,111,78). Sum of RGB (Red+Green+Blue) = 26+111+78=215 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.09% from 215); Green value is 111 (43.75% from 255 or 51.63% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 111 - color contains mainly: green. Hex color #1A6F4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6F4E is #E590B1. Grayscale: #515151. Windows color (decimal): -15044786 or 5140250. OLE color: 5140250.

HSL color Cylindrical-coordinate representation of color #1A6F4E: hue angle of 156.71º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A6F4E is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB2611178-
CMYK0.7700.300.56
HSL156.71º62.04%26.86%-
HSV(B)156.71º76.58%43.53%-
XYZ7.4912.149.16-
YUV81.82125.8488.18-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.09%
GREEN value IS 111 (43.75% from 255) = 51.63%
BLUE value IS 78 (30.86% from 255) = 36.28%
R=12.09%
G=51.63%
B=36.28%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal26111780.7700.300.56156.7162.0426.86
Hex1A6F4E4D01E389d3e1b
Octal32157116115036702357633
Binary110101101111100111010011010111101110001001110111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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