#1A6E4B

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

Shades of Dark Spring Green #1A6E4B

Tints of Dark Spring Green #1A6E4B

Color information

#1A6E4B (or 0x1A6E4B) is unknown color: approx Dark Spring Green. HEX triplet: 1A, 6E and 4B. RGB value is (26,110,75). Sum of RGB (Red+Green+Blue) = 26+110+75=211 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.32% from 211); Green value is 110 (43.36% from 255 or 52.13% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 110 - color contains mainly: green. Hex color #1A6E4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6E4B is #E591B4. Grayscale: #505050. Windows color (decimal): -15045045 or 4943386. OLE color: 4943386.

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

Color convert

RGB2611075-
CMYK0.7600.320.57
HSL155º61.76%26.67%-
HSV(B)155º76.36%43.14%-
XYZ7.2711.888.57-
YUV80.89124.6788.85-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.32%
GREEN value IS 110 (43.36% from 255) = 52.13%
BLUE value IS 75 (29.69% from 255) = 35.55%
R=12.32%
G=52.13%
B=35.55%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal26110750.7600.320.5715561.7626.67
Hex1A6E4B4C020399b3e1b
Octal32156113114040712337633
Binary1101011011101001011100110001000001110011001101111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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