#258042

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

Shades of Dark Spring Green #258042

Tints of Dark Spring Green #258042

Color information

#258042 (or 0x258042) is unknown color: approx Dark Spring Green. HEX triplet: 25, 80 and 42. RGB value is (37,128,66). Sum of RGB (Red+Green+Blue) = 37+128+66=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 128 (50.39% from 255 or 55.41% from 231); Blue value is 66 (26.17% from 255 or 28.57% from 231); Max value from RGB is 128 - color contains mainly: green. Hex color #258042 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258042 is #DA7FBD. Grayscale: #5D5D5D. Windows color (decimal): -14319550 or 4358181. OLE color: 4358181.

HSL color Cylindrical-coordinate representation of color #258042: hue angle of 139.12º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #258042 is Cyan = 0.71, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB3712866-
CMYK0.7100.480.50
HSL139.12º55.15%32.35%-
HSV(B)139.12º71.09%50.2%-
XYZ9.4716.237.79-
YUV93.72112.3587.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.02%
GREEN value IS 128 (50.39% from 255) = 55.41%
BLUE value IS 66 (26.17% from 255) = 28.57%
R=16.02%
G=55.41%
B=28.57%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal37128660.7100.480.50139.1255.1532.35
Hex25804247030328b3720
Octal45200102107060622136740
Binary1001011000000010000101000111011000011001010001011110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258042; }

 p { color: rgb(37,128,66); }

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

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

 a { background-color: rgb(37,128,66); }

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

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

 span { border-color: rgb(37,128,66); }

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