#1A703F

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

Shades of Dark Spring Green #1A703F

Tints of Dark Spring Green #1A703F

Color information

#1A703F (or 0x1A703F) is unknown color: approx Dark Spring Green. HEX triplet: 1A, 70 and 3F. RGB value is (26,112,63). Sum of RGB (Red+Green+Blue) = 26+112+63=201 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.94% from 201); Green value is 112 (44.14% from 255 or 55.72% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 112 - color contains mainly: green. Hex color #1A703F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A703F is #E58FC0. Grayscale: #505050. Windows color (decimal): -15044545 or 4157466. OLE color: 4157466.

HSL color Cylindrical-coordinate representation of color #1A703F: hue angle of 145.81º 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 #1A703F is Cyan = 0.77, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB2611263-
CMYK0.7700.440.56
HSL145.81º62.32%27.06%-
HSV(B)145.81º76.79%43.92%-
XYZ7.1212.176.68-
YUV80.7118.0188.98-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.94%
GREEN value IS 112 (44.14% from 255) = 55.72%
BLUE value IS 63 (25% from 255) = 31.34%
R=12.94%
G=55.72%
B=31.34%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal26112630.7700.440.56145.8162.3227.06
Hex1A703F4D02C38923e1b
Octal3216077115054702227633
Binary110101110000111111100110101011001110001001001011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A703F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,112,63); }

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

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

 a { background-color: rgb(26,112,63); }

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

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

 span { border-color: rgb(26,112,63); }

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