#258462

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

Shades of Elf Green #258462

Tints of Elf Green #258462

Color information

#258462 (or 0x258462) is unknown color: approx Elf Green. HEX triplet: 25, 84 and 62. RGB value is (37,132,98). Sum of RGB (Red+Green+Blue) = 37+132+98=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 132 (51.95% from 255 or 49.44% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 132 - color contains mainly: green. Hex color #258462 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258462 is #DA7B9D. Grayscale: #636363. Windows color (decimal): -14318494 or 6456357. OLE color: 6456357.

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

Color convert

RGB3713298-
CMYK0.7200.260.48
HSL158.53º56.21%33.14%-
HSV(B)158.53º71.97%51.76%-
XYZ11.2217.7814.4-
YUV99.72127.0383.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.86%
GREEN value IS 132 (51.95% from 255) = 49.44%
BLUE value IS 98 (38.67% from 255) = 36.70%
R=13.86%
G=49.44%
B=36.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal37132980.7200.260.48158.5356.2133.14
Hex2584624801A309f3821
Octal45204142110032602377041
Binary100101100001001100010100100001101011000010011111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258462; }

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

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

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

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

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

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

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

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