#258260

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

Shades of Elf Green #258260

Tints of Elf Green #258260

Color information

#258260 (or 0x258260) is unknown color: approx Elf Green. HEX triplet: 25, 82 and 60. RGB value is (37,130,96). Sum of RGB (Red+Green+Blue) = 37+130+96=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 130 (51.17% from 255 or 49.43% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 130 - color contains mainly: green. Hex color #258260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258260 is #DA7D9F. Grayscale: #626262. Windows color (decimal): -14319008 or 6324773. OLE color: 6324773.

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

Color convert

RGB3713096-
CMYK0.7200.260.49
HSL158.06º55.69%32.75%-
HSV(B)158.06º71.54%50.98%-
XYZ10.8617.213.81-
YUV98.32126.6984.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.07%
GREEN value IS 130 (51.17% from 255) = 49.43%
BLUE value IS 96 (37.89% from 255) = 36.50%
R=14.07%
G=49.43%
B=36.50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37130960.7200.260.49158.0655.6932.75
Hex2582604801A319e3821
Octal45202140110032612367041
Binary100101100000101100000100100001101011000110011110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258260; }

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

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

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

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

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

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

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

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