#257949

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

Shades of Dark Spring Green #257949

Tints of Dark Spring Green #257949

Color information

#257949 (or 0x257949) is unknown color: approx Dark Spring Green. HEX triplet: 25, 79 and 49. RGB value is (37,121,73). Sum of RGB (Red+Green+Blue) = 37+121+73=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 121 (47.66% from 255 or 52.38% from 231); Blue value is 73 (28.91% from 255 or 31.60% from 231); Max value from RGB is 121 - color contains mainly: green. Hex color #257949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257949 is #DA86B6. Grayscale: #5A5A5A. Windows color (decimal): -14321335 or 4815141. OLE color: 4815141.

HSL color Cylindrical-coordinate representation of color #257949: hue angle of 145.71º 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 #257949 is Cyan = 0.69, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB3712173-
CMYK0.6900.400.53
HSL145.71º53.16%30.98%-
HSV(B)145.71º69.42%47.45%-
XYZ8.814.558.65-
YUV90.41118.1789.9-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.02%
GREEN value IS 121 (47.66% from 255) = 52.38%
BLUE value IS 73 (28.91% from 255) = 31.60%
R=16.02%
G=52.38%
B=31.60%

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
Decimal37121730.6900.400.53145.7153.1630.98
Hex257949450283592351f
Octal45171111105050652226537
Binary10010111110011001001100010101010001101011001001011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257949; }

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

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

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

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

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

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

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

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