#259575

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

Shades of Elf Green #259575

Tints of Elf Green #259575

Color information

#259575 (or 0x259575) is unknown color: approx Elf Green. HEX triplet: 25, 95 and 75. RGB value is (37,149,117). Sum of RGB (Red+Green+Blue) = 37+149+117=303 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.21% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 149 - color contains mainly: green. Hex color #259575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259575 is #DA6A8A. Grayscale: #6F6F6F. Windows color (decimal): -14314123 or 7705893. OLE color: 7705893.

HSL color Cylindrical-coordinate representation of color #259575: hue angle of 162.86º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #259575 is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB37149117-
CMYK0.7500.210.42
HSL162.86º60.22%36.47%-
HSV(B)162.86º75.17%58.43%-
XYZ14.7223.1720.53-
YUV111.86130.8974.6-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.21%
GREEN value IS 149 (58.59% from 255) = 49.17%
BLUE value IS 117 (46.09% from 255) = 38.61%
R=12.21%
G=49.17%
B=38.61%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal371491170.7500.210.42162.8660.2236.47
Hex2595754B0152Aa33c24
Octal45225165113025522437444
Binary100101100101011110101100101101010110101010100011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #259575; }

 p { color: rgb(37,149,117); }

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

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

 a { background-color: rgb(37,149,117); }

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

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

 span { border-color: rgb(37,149,117); }

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