#259970

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

Shades of Elf Green #259970

Tints of Elf Green #259970

Color information

#259970 (or 0x259970) is unknown color: approx Elf Green. HEX triplet: 25, 99 and 70. RGB value is (37,153,112). Sum of RGB (Red+Green+Blue) = 37+153+112=302 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.25% from 302); Green value is 153 (60.16% from 255 or 50.66% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 153 - color contains mainly: green. Hex color #259970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259970 is #DA668F. Grayscale: #717171. Windows color (decimal): -14313104 or 7379237. OLE color: 7379237.

HSL color Cylindrical-coordinate representation of color #259970: hue angle of 158.79º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #259970 is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB37153112-
CMYK0.7600.270.4
HSL158.79º61.05%37.25%-
HSV(B)158.79º75.82%60%-
XYZ15.0824.3519.23-
YUV113.64127.0773.33-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.25%
GREEN value IS 153 (60.16% from 255) = 50.66%
BLUE value IS 112 (44.14% from 255) = 37.09%
R=12.25%
G=50.66%
B=37.09%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal371531120.7600.270.4158.7961.0537.25
Hex2599704C01B289f3d25
Octal45231160114033502377545
Binary100101100110011110000100110001101110100010011111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #259970; }

 p { color: rgb(37,153,112); }

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

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

 a { background-color: rgb(37,153,112); }

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

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

 span { border-color: rgb(37,153,112); }

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