#1A7248

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

Shades of Dark Spring Green #1A7248

Tints of Dark Spring Green #1A7248

Color information

#1A7248 (or 0x1A7248) is unknown color: approx Dark Spring Green. HEX triplet: 1A, 72 and 48. RGB value is (26,114,72). Sum of RGB (Red+Green+Blue) = 26+114+72=212 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.26% from 212); Green value is 114 (44.92% from 255 or 53.77% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 114 - color contains mainly: green. Hex color #1A7248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7248 is #E58DB7. Grayscale: #525252. Windows color (decimal): -15044024 or 4747802. OLE color: 4747802.

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

Color convert

RGB2611472-
CMYK0.7700.370.55
HSL151.36º62.86%27.45%-
HSV(B)151.36º77.19%44.71%-
XYZ7.6112.728.19-
YUV82.9121.8587.42-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.26%
GREEN value IS 114 (44.92% from 255) = 53.77%
BLUE value IS 72 (28.52% from 255) = 33.96%
R=12.26%
G=53.77%
B=33.96%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal26114720.7700.370.55151.3662.8627.45
Hex1A72484D02537973f1b
Octal32162110115045672277733
Binary1101011100101001000100110101001011101111001011111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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