#259E70

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

Shades of Elf Green #259E70

Tints of Elf Green #259E70

Color information

#259E70 (or 0x259E70) is unknown color: approx Elf Green. HEX triplet: 25, 9E and 70. RGB value is (37,158,112). Sum of RGB (Red+Green+Blue) = 37+158+112=307 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.05% from 307); Green value is 158 (62.11% from 255 or 51.47% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 158 - color contains mainly: green. Hex color #259E70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259E70 is #DA618F. Grayscale: #747474. Windows color (decimal): -14311824 or 7380517. OLE color: 7380517.

HSL color Cylindrical-coordinate representation of color #259E70: hue angle of 157.19º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #259E70 is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB37158112-
CMYK0.7700.290.38
HSL157.19º62.05%38.24%-
HSV(B)157.19º76.58%61.96%-
XYZ15.9126.0219.51-
YUV116.58125.4171.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.05%
GREEN value IS 158 (62.11% from 255) = 51.47%
BLUE value IS 112 (44.14% from 255) = 36.48%
R=12.05%
G=51.47%
B=36.48%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal371581120.7700.290.38157.1962.0538.24
Hex259E704D01D269d3e26
Octal45236160115035462357646
Binary100101100111101110000100110101110110011010011101111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #259E70; }

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

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

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

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

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

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

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

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