#258E6E

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

Shades of Elf Green #258E6E

Tints of Elf Green #258E6E

Color information

#258E6E (or 0x258E6E) is unknown color: approx Elf Green. HEX triplet: 25, 8E and 6E. RGB value is (37,142,110). Sum of RGB (Red+Green+Blue) = 37+142+110=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 142 (55.86% from 255 or 49.13% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 142 - color contains mainly: green. Hex color #258E6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258E6E is #DA7191. Grayscale: #6A6A6A. Windows color (decimal): -14315922 or 7245349. OLE color: 7245349.

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

Color convert

RGB37142110-
CMYK0.7400.230.44
HSL161.71º58.66%35.1%-
HSV(B)161.71º73.94%55.69%-
XYZ13.2520.8718.08-
YUV106.96129.7178.1-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.80%
GREEN value IS 142 (55.86% from 255) = 49.13%
BLUE value IS 110 (43.36% from 255) = 38.06%
R=12.80%
G=49.13%
B=38.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal371421100.7400.230.44161.7158.6635.1
Hex258E6E4A0172Ca23b23
Octal45216156112027542427343
Binary100101100011101101110100101001011110110010100010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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