#258A74

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

Shades of Elf Green #258A74

Tints of Elf Green #258A74

Color information

#258A74 (or 0x258A74) is unknown color: approx Elf Green. HEX triplet: 25, 8A and 74. RGB value is (37,138,116). Sum of RGB (Red+Green+Blue) = 37+138+116=291 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.71% from 291); Green value is 138 (54.30% from 255 or 47.42% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 138 - color contains mainly: green. Hex color #258A74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258A74 is #DA758B. Grayscale: #696969. Windows color (decimal): -14316940 or 7637541. OLE color: 7637541.

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

Color convert

RGB37138116-
CMYK0.7300.160.46
HSL166.93º57.71%34.31%-
HSV(B)166.93º73.19%54.12%-
XYZ1319.8319.67-
YUV105.29134.0479.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.71%
GREEN value IS 138 (54.30% from 255) = 47.42%
BLUE value IS 116 (45.70% from 255) = 39.86%
R=12.71%
G=47.42%
B=39.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal371381160.7300.160.46166.9357.7134.31
Hex258A74490102Ea73a22
Octal45212164111020562477242
Binary100101100010101110100100100101000010111010100111111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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