#258465

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

Shades of Elf Green #258465

Tints of Elf Green #258465

Color information

#258465 (or 0x258465) is unknown color: approx Elf Green. HEX triplet: 25, 84 and 65. RGB value is (37,132,101). Sum of RGB (Red+Green+Blue) = 37+132+101=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 132 (51.95% from 255 or 48.89% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 132 - color contains mainly: green. Hex color #258465 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258465 is #DA7B9A. Grayscale: #646464. Windows color (decimal): -14318491 or 6652965. OLE color: 6652965.

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

Color convert

RGB37132101-
CMYK0.7200.230.48
HSL160.42º56.21%33.14%-
HSV(B)160.42º71.97%51.76%-
XYZ11.3617.8415.16-
YUV100.06128.5383.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.70%
GREEN value IS 132 (51.95% from 255) = 48.89%
BLUE value IS 101 (39.84% from 255) = 37.41%
R=13.70%
G=48.89%
B=37.41%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal371321010.7200.230.48160.4256.2133.14
Hex2584654801730a03821
Octal45204145110027602407041
Binary100101100001001100101100100001011111000010100000111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258465; }

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

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

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

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

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

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

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

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