#259268

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

Shades of Elf Green #259268

Tints of Elf Green #259268

Color information

#259268 (or 0x259268) is unknown color: approx Elf Green. HEX triplet: 25, 92 and 68. RGB value is (37,146,104). Sum of RGB (Red+Green+Blue) = 37+146+104=287 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.89% from 287); Green value is 146 (57.42% from 255 or 50.87% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 146 - color contains mainly: green. Hex color #259268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259268 is #DA6D97. Grayscale: #6C6C6C. Windows color (decimal): -14314904 or 6853157. OLE color: 6853157.

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

Color convert

RGB37146104-
CMYK0.7500.290.43
HSL156.88º59.56%35.88%-
HSV(B)156.88º74.66%57.25%-
XYZ13.5421.9516.62-
YUV108.62125.3976.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.89%
GREEN value IS 146 (57.42% from 255) = 50.87%
BLUE value IS 104 (41.02% from 255) = 36.24%
R=12.89%
G=50.87%
B=36.24%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal371461040.7500.290.43156.8859.5635.88
Hex2592684B01D2B9d3c24
Octal45222150113035532357444
Binary100101100100101101000100101101110110101110011101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #259268; }

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

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

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

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

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

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

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

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