#258E64

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

Shades of Elf Green #258E64

Tints of Elf Green #258E64

Color information

#258E64 (or 0x258E64) is unknown color: approx Elf Green. HEX triplet: 25, 8E and 64. RGB value is (37,142,100). Sum of RGB (Red+Green+Blue) = 37+142+100=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 142 (55.86% from 255 or 50.90% from 279); Blue value is 100 (39.45% from 255 or 35.84% from 279); Max value from RGB is 142 - color contains mainly: green. Hex color #258E64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258E64 is #DA719B. Grayscale: #696969. Windows color (decimal): -14315932 or 6589989. OLE color: 6589989.

HSL color Cylindrical-coordinate representation of color #258E64: hue angle of 156º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #258E64 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB37142100-
CMYK0.7400.300.44
HSL156º58.66%35.1%-
HSV(B)156º73.94%55.69%-
XYZ12.7420.6615.37-
YUV105.82124.7178.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.26%
GREEN value IS 142 (55.86% from 255) = 50.90%
BLUE value IS 100 (39.45% from 255) = 35.84%
R=13.26%
G=50.90%
B=35.84%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal371421000.7400.300.4415658.6635.1
Hex258E644A01E2C9c3b23
Octal45216144112036542347343
Binary100101100011101100100100101001111010110010011100111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258E64; }

 p { color: rgb(37,142,100); }

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

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

 a { background-color: rgb(37,142,100); }

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

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

 span { border-color: rgb(37,142,100); }

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