#259265

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

Shades of Elf Green #259265

Tints of Elf Green #259265

Color information

#259265 (or 0x259265) is unknown color: approx Elf Green. HEX triplet: 25, 92 and 65. RGB value is (37,146,101). Sum of RGB (Red+Green+Blue) = 37+146+101=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 146 (57.42% from 255 or 51.41% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 146 - color contains mainly: green. Hex color #259265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259265 is #DA6D9A. Grayscale: #6C6C6C. Windows color (decimal): -14314907 or 6656549. OLE color: 6656549.

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

Color convert

RGB37146101-
CMYK0.7500.310.43
HSL155.23º59.56%35.88%-
HSV(B)155.23º74.66%57.25%-
XYZ13.3921.8915.83-
YUV108.28123.8977.16-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.03%
GREEN value IS 146 (57.42% from 255) = 51.41%
BLUE value IS 101 (39.84% from 255) = 35.56%
R=13.03%
G=51.41%
B=35.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal371461010.7500.310.43155.2359.5635.88
Hex2592654B01F2B9b3c24
Octal45222145113037532337444
Binary100101100100101100101100101101111110101110011011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #259265; }

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

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

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

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

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

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

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

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