#1A7940

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

Shades of Dark Spring Green #1A7940

Tints of Dark Spring Green #1A7940

Color information

#1A7940 (or 0x1A7940) is unknown color: approx Dark Spring Green. HEX triplet: 1A, 79 and 40. RGB value is (26,121,64). Sum of RGB (Red+Green+Blue) = 26+121+64=211 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.32% from 211); Green value is 121 (47.66% from 255 or 57.35% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 121 - color contains mainly: green. Hex color #1A7940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7940 is #E586BF. Grayscale: #565656. Windows color (decimal): -15042240 or 4225306. OLE color: 4225306.

HSL color Cylindrical-coordinate representation of color #1A7940: hue angle of 144º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A7940 is Cyan = 0.79, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB2612164-
CMYK0.7900.470.53
HSL144º64.63%28.82%-
HSV(B)144º78.51%47.45%-
XYZ8.1914.267.17-
YUV86.1115.5385.13-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.32%
GREEN value IS 121 (47.66% from 255) = 57.35%
BLUE value IS 64 (25.39% from 255) = 30.33%
R=12.32%
G=57.35%
B=30.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal26121640.7900.470.5314464.6328.82
Hex1A79404F02F3590411d
Octal321711001170576522010135
Binary11010111100110000001001111010111111010110010000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,121,64); }

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

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

 a { background-color: rgb(26,121,64); }

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

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

 span { border-color: rgb(26,121,64); }

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