#258460

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

Shades of Elf Green #258460

Tints of Elf Green #258460

Color information

#258460 (or 0x258460) is unknown color: approx Elf Green. HEX triplet: 25, 84 and 60. RGB value is (37,132,96). Sum of RGB (Red+Green+Blue) = 37+132+96=265 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.96% from 265); Green value is 132 (51.95% from 255 or 49.81% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 132 - color contains mainly: green. Hex color #258460 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258460 is #DA7B9F. Grayscale: #636363. Windows color (decimal): -14318496 or 6325285. OLE color: 6325285.

HSL color Cylindrical-coordinate representation of color #258460: hue angle of 157.26º 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 #258460 is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB3713296-
CMYK0.7200.270.48
HSL157.26º56.21%33.14%-
HSV(B)157.26º71.97%51.76%-
XYZ11.1317.7413.9-
YUV99.49126.0383.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.96%
GREEN value IS 132 (51.95% from 255) = 49.81%
BLUE value IS 96 (37.89% from 255) = 36.23%
R=13.96%
G=49.81%
B=36.23%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal37132960.7200.270.48157.2656.2133.14
Hex2584604801B309d3821
Octal45204140110033602357041
Binary100101100001001100000100100001101111000010011101111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258460; }

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

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

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

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

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

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

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

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