#258A6D

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

Shades of Elf Green #258A6D

Tints of Elf Green #258A6D

Color information

#258A6D (or 0x258A6D) is unknown color: approx Elf Green. HEX triplet: 25, 8A and 6D. RGB value is (37,138,109). Sum of RGB (Red+Green+Blue) = 37+138+109=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 138 (54.30% from 255 or 48.59% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 138 - color contains mainly: green. Hex color #258A6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258A6D is #DA7592. Grayscale: #686868. Windows color (decimal): -14316947 or 7178789. OLE color: 7178789.

HSL color Cylindrical-coordinate representation of color #258A6D: hue angle of 162.77º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #258A6D is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB37138109-
CMYK0.7300.210.46
HSL162.77º57.71%34.31%-
HSV(B)162.77º73.19%54.12%-
XYZ12.6119.6717.6-
YUV104.5130.5479.86-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.03%
GREEN value IS 138 (54.30% from 255) = 48.59%
BLUE value IS 109 (42.97% from 255) = 38.38%
R=13.03%
G=48.59%
B=38.38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal371381090.7300.210.46162.7757.7134.31
Hex258A6D490152Ea33a22
Octal45212155111025562437242
Binary100101100010101101101100100101010110111010100011111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,138,109); }

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

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

 a { background-color: rgb(37,138,109); }

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

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

 span { border-color: rgb(37,138,109); }

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