#258461

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

Shades of Elf Green #258461

Tints of Elf Green #258461

Color information

#258461 (or 0x258461) is unknown color: approx Elf Green. HEX triplet: 25, 84 and 61. RGB value is (37,132,97). Sum of RGB (Red+Green+Blue) = 37+132+97=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 132 (51.95% from 255 or 49.62% from 266); Blue value is 97 (38.28% from 255 or 36.47% from 266); Max value from RGB is 132 - color contains mainly: green. Hex color #258461 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258461 is #DA7B9E. Grayscale: #636363. Windows color (decimal): -14318495 or 6390821. OLE color: 6390821.

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

Color convert

RGB3713297-
CMYK0.7200.270.48
HSL157.89º56.21%33.14%-
HSV(B)157.89º71.97%51.76%-
XYZ11.1717.7614.15-
YUV99.6126.5383.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.91%
GREEN value IS 132 (51.95% from 255) = 49.62%
BLUE value IS 97 (38.28% from 255) = 36.47%
R=13.91%
G=49.62%
B=36.47%

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
Decimal37132970.7200.270.48157.8956.2133.14
Hex2584614801B309e3821
Octal45204141110033602367041
Binary100101100001001100001100100001101111000010011110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258461; }

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

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

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

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

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

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

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

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