#259468

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

Shades of Elf Green #259468

Tints of Elf Green #259468

Color information

#259468 (or 0x259468) is unknown color: approx Elf Green. HEX triplet: 25, 94 and 68. RGB value is (37,148,104). Sum of RGB (Red+Green+Blue) = 37+148+104=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 148 (58.20% from 255 or 51.21% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 148 - color contains mainly: green. Hex color #259468 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259468 is #DA6B97. Grayscale: #6D6D6D. Windows color (decimal): -14314392 or 6853669. OLE color: 6853669.

HSL color Cylindrical-coordinate representation of color #259468: hue angle of 156.22º 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 #259468 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB37148104-
CMYK0.7500.300.42
HSL156.22º60%36.27%-
HSV(B)156.22º75%58.04%-
XYZ13.8522.5716.72-
YUV109.79124.7376.08-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.80%
GREEN value IS 148 (58.20% from 255) = 51.21%
BLUE value IS 104 (41.02% from 255) = 35.99%
R=12.80%
G=51.21%
B=35.99%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal371481040.7500.300.42156.226036.27
Hex2594684B01E2A9c3c24
Octal45224150113036522347444
Binary100101100101001101000100101101111010101010011100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #259468; }

 p { color: rgb(37,148,104); }

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

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

 a { background-color: rgb(37,148,104); }

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

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

 span { border-color: rgb(37,148,104); }

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