#258362

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

Shades of Elf Green #258362

Tints of Elf Green #258362

Color information

#258362 (or 0x258362) is unknown color: approx Elf Green. HEX triplet: 25, 83 and 62. RGB value is (37,131,98). Sum of RGB (Red+Green+Blue) = 37+131+98=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 131 (51.56% from 255 or 49.25% from 266); Blue value is 98 (38.67% from 255 or 36.84% from 266); Max value from RGB is 131 - color contains mainly: green. Hex color #258362 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258362 is #DA7C9D. Grayscale: #636363. Windows color (decimal): -14318750 or 6456101. OLE color: 6456101.

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

Color convert

RGB3713198-
CMYK0.7200.250.49
HSL158.94º55.95%32.94%-
HSV(B)158.94º71.76%51.37%-
XYZ11.0817.5114.35-
YUV99.13127.3683.68-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.91%
GREEN value IS 131 (51.56% from 255) = 49.25%
BLUE value IS 98 (38.67% from 255) = 36.84%
R=13.91%
G=49.25%
B=36.84%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37131980.7200.250.49158.9455.9532.94
Hex25836248019319f3821
Octal45203142110031612377041
Binary100101100000111100010100100001100111000110011111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258362; }

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

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

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

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

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

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

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

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