#259775

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

Shades of Elf Green #259775

Tints of Elf Green #259775

Color information

#259775 (or 0x259775) is unknown color: approx Elf Green. HEX triplet: 25, 97 and 75. RGB value is (37,151,117). Sum of RGB (Red+Green+Blue) = 37+151+117=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 151 (59.38% from 255 or 49.51% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 151 - color contains mainly: green. Hex color #259775 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259775 is #DA688A. Grayscale: #717171. Windows color (decimal): -14313611 or 7706405. OLE color: 7706405.

HSL color Cylindrical-coordinate representation of color #259775: hue angle of 162.11º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #259775 is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB37151117-
CMYK0.7500.230.41
HSL162.11º60.64%36.86%-
HSV(B)162.11º75.5%59.22%-
XYZ15.0423.8120.63-
YUV113.04130.2373.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.13%
GREEN value IS 151 (59.38% from 255) = 49.51%
BLUE value IS 117 (46.09% from 255) = 38.36%
R=12.13%
G=49.51%
B=38.36%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal371511170.7500.230.41162.1160.6436.86
Hex2597754B01729a23d25
Octal45227165113027512427545
Binary100101100101111110101100101101011110100110100010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #259775; }

 p { color: rgb(37,151,117); }

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

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

 a { background-color: rgb(37,151,117); }

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

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

 span { border-color: rgb(37,151,117); }

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