#1A7244

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

Shades of Dark Spring Green #1A7244

Tints of Dark Spring Green #1A7244

Color information

#1A7244 (or 0x1A7244) is unknown color: approx Dark Spring Green. HEX triplet: 1A, 72 and 44. RGB value is (26,114,68). Sum of RGB (Red+Green+Blue) = 26+114+68=208 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.5% from 208); Green value is 114 (44.92% from 255 or 54.81% from 208); Blue value is 68 (26.95% from 255 or 32.69% from 208); Max value from RGB is 114 - color contains mainly: green. Hex color #1A7244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7244 is #E58DBB. Grayscale: #525252. Windows color (decimal): -15044028 or 4485658. OLE color: 4485658.

HSL color Cylindrical-coordinate representation of color #1A7244: hue angle of 148.64º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A7244 is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB2611468-
CMYK0.7700.400.55
HSL148.64º62.86%27.45%-
HSV(B)148.64º77.19%44.71%-
XYZ7.4912.677.52-
YUV82.44119.8587.74-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.5%
GREEN value IS 114 (44.92% from 255) = 54.81%
BLUE value IS 68 (26.95% from 255) = 32.69%
R=12.5%
G=54.81%
B=32.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal26114680.7700.400.55148.6462.8627.45
Hex1A72444D02837953f1b
Octal32162104115050672257733
Binary1101011100101000100100110101010001101111001010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,114,68); }

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

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

 a { background-color: rgb(26,114,68); }

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

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

 span { border-color: rgb(26,114,68); }

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