#258560

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

Shades of Elf Green #258560

Tints of Elf Green #258560

Color information

#258560 (or 0x258560) is unknown color: approx Elf Green. HEX triplet: 25, 85 and 60. RGB value is (37,133,96). Sum of RGB (Red+Green+Blue) = 37+133+96=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 133 (52.34% from 255 or 50% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 133 - color contains mainly: green. Hex color #258560 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258560 is #DA7A9F. Grayscale: #646464. Windows color (decimal): -14318240 or 6325541. OLE color: 6325541.

HSL color Cylindrical-coordinate representation of color #258560: hue angle of 156.88º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #258560 is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB3713396-
CMYK0.7200.280.48
HSL156.88º56.47%33.33%-
HSV(B)156.88º72.18%52.16%-
XYZ11.2618.0113.95-
YUV100.08125.783.01-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.91%
GREEN value IS 133 (52.34% from 255) = 50%
BLUE value IS 96 (37.89% from 255) = 36.09%
R=13.91%
G=50%
B=36.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal37133960.7200.280.48156.8856.4733.33
Hex2585604801C309d3821
Octal45205140110034602357041
Binary100101100001011100000100100001110011000010011101111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258560; }

 p { color: rgb(37,133,96); }

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

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

 a { background-color: rgb(37,133,96); }

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

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

 span { border-color: rgb(37,133,96); }

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