#259070

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

Shades of Elf Green #259070

Tints of Elf Green #259070

Color information

#259070 (or 0x259070) is unknown color: approx Elf Green. HEX triplet: 25, 90 and 70. RGB value is (37,144,112). Sum of RGB (Red+Green+Blue) = 37+144+112=293 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.63% from 293); Green value is 144 (56.64% from 255 or 49.15% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 144 - color contains mainly: green. Hex color #259070 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259070 is #DA6F8F. Grayscale: #6C6C6C. Windows color (decimal): -14315408 or 7376933. OLE color: 7376933.

HSL color Cylindrical-coordinate representation of color #259070: hue angle of 162.06º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #259070 is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB37144112-
CMYK0.7400.220.44
HSL162.06º59.12%35.49%-
HSV(B)162.06º74.31%56.47%-
XYZ13.6621.5118.76-
YUV108.36130.0577.1-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.63%
GREEN value IS 144 (56.64% from 255) = 49.15%
BLUE value IS 112 (44.14% from 255) = 38.23%
R=12.63%
G=49.15%
B=38.23%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal371441120.7400.220.44162.0659.1235.49
Hex2590704A0162Ca23b23
Octal45220160112026542427343
Binary100101100100001110000100101001011010110010100010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #259070; }

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

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

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

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

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

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

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

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