#258A68

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

Shades of Elf Green #258A68

Tints of Elf Green #258A68

Color information

#258A68 (or 0x258A68) is unknown color: approx Elf Green. HEX triplet: 25, 8A and 68. RGB value is (37,138,104). Sum of RGB (Red+Green+Blue) = 37+138+104=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 138 (54.30% from 255 or 49.46% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 138 - color contains mainly: green. Hex color #258A68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258A68 is #DA7597. Grayscale: #676767. Windows color (decimal): -14316952 or 6851109. OLE color: 6851109.

HSL color Cylindrical-coordinate representation of color #258A68: hue angle of 159.8º 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 #258A68 is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB37138104-
CMYK0.7300.250.46
HSL159.8º57.71%34.31%-
HSV(B)159.8º73.19%54.12%-
XYZ12.3519.5716.22-
YUV103.92128.0480.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.26%
GREEN value IS 138 (54.30% from 255) = 49.46%
BLUE value IS 104 (41.02% from 255) = 37.28%
R=13.26%
G=49.46%
B=37.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal371381040.7300.250.46159.857.7134.31
Hex258A68490192Ea03a22
Octal45212150111031562407242
Binary100101100010101101000100100101100110111010100000111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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