#258e75

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

Shades of Elf Green #258E75

Tints of Elf Green #258E75

Color information

#258E75 (or 0x258E75) is unknown color: approx Elf Green. HEX triplet: 25, 8E and 75. RGB value is (37,142,117). Sum of RGB (Red+Green+Blue) = 37+142+117=296 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.5% from 296); Green value is 142 (55.86% from 255 or 47.97% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 142 - color contains mainly: green. Hex color #258E75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258E75 is #DA718A. Grayscale: #6B6B6B. Windows color (decimal): -14315915 or 7704101. OLE color: 7704101.

HSL color Cylindrical-coordinate representation of color #258E75: hue angle of 165.71º 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 #258E75 is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB37142117-
CMYK0.7400.180.44
HSL165.71º58.66%35.1%-
HSV(B)165.71º73.94%55.69%-
XYZ13.6521.0220.17-
YUV107.76133.2177.53-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.5%
GREEN value IS 142 (55.86% from 255) = 47.97%
BLUE value IS 117 (46.09% from 255) = 39.53%
R=12.5%
G=47.97%
B=39.53%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal371421170.7400.180.44165.7158.6635.1
Hex258E754A0122Ca63b23
Octal45216165112022542467343
Binary100101100011101110101100101001001010110010100110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258e75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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