#257948

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

Shades of Dark Spring Green #257948

Tints of Dark Spring Green #257948

Color information

#257948 (or 0x257948) is unknown color: approx Dark Spring Green. HEX triplet: 25, 79 and 48. RGB value is (37,121,72). Sum of RGB (Red+Green+Blue) = 37+121+72=230 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.09% from 230); Green value is 121 (47.66% from 255 or 52.61% from 230); Blue value is 72 (28.52% from 255 or 31.30% from 230); Max value from RGB is 121 - color contains mainly: green. Hex color #257948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257948 is #DA86B7. Grayscale: #5A5A5A. Windows color (decimal): -14321336 or 4749605. OLE color: 4749605.

HSL color Cylindrical-coordinate representation of color #257948: hue angle of 145º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #257948 is Cyan = 0.69, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB3712172-
CMYK0.6900.400.53
HSL145º53.16%30.98%-
HSV(B)145º69.42%47.45%-
XYZ8.7714.548.47-
YUV90.3117.6789.98-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.09%
GREEN value IS 121 (47.66% from 255) = 52.61%
BLUE value IS 72 (28.52% from 255) = 31.30%
R=16.09%
G=52.61%
B=31.30%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37121720.6900.400.5314553.1630.98
Hex257948450283591351f
Octal45171110105050652216537
Binary10010111110011001000100010101010001101011001000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257948; }

 p { color: rgb(37,121,72); }

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

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

 a { background-color: rgb(37,121,72); }

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

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

 span { border-color: rgb(37,121,72); }

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