#258063

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

Shades of Elf Green #258063

Tints of Elf Green #258063

Color information

#258063 (or 0x258063) is unknown color: approx Elf Green. HEX triplet: 25, 80 and 63. RGB value is (37,128,99). Sum of RGB (Red+Green+Blue) = 37+128+99=264 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.02% from 264); Green value is 128 (50.39% from 255 or 48.48% from 264); Blue value is 99 (39.06% from 255 or 37.5% from 264); Max value from RGB is 128 - color contains mainly: green. Hex color #258063 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258063 is #DA7F9C. Grayscale: #616161. Windows color (decimal): -14319517 or 6520869. OLE color: 6520869.

HSL color Cylindrical-coordinate representation of color #258063: hue angle of 160.88º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #258063 is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB3712899-
CMYK0.7100.230.50
HSL160.88º55.15%32.35%-
HSV(B)160.88º71.09%50.2%-
XYZ10.7316.7314.47-
YUV97.48128.8584.86-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.02%
GREEN value IS 128 (50.39% from 255) = 48.48%
BLUE value IS 99 (39.06% from 255) = 37.5%
R=14.02%
G=48.48%
B=37.5%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal37128990.7100.230.50160.8855.1532.35
Hex2580634701732a13720
Octal45200143107027622416740
Binary100101100000001100011100011101011111001010100001110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258063; }

 p { color: rgb(37,128,99); }

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

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

 a { background-color: rgb(37,128,99); }

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

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

 span { border-color: rgb(37,128,99); }

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