#258F78

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

Shades of Elf Green #258F78

Tints of Elf Green #258F78

Color information

#258F78 (or 0x258F78) is unknown color: approx Elf Green. HEX triplet: 25, 8F and 78. RGB value is (37,143,120). Sum of RGB (Red+Green+Blue) = 37+143+120=300 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.33% from 300); Green value is 143 (56.25% from 255 or 47.67% from 300); Blue value is 120 (47.27% from 255 or 40% from 300); Max value from RGB is 143 - color contains mainly: green. Hex color #258F78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258F78 is #DA7087. Grayscale: #6C6C6C. Windows color (decimal): -14315656 or 7900965. OLE color: 7900965.

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

Color convert

RGB37143120-
CMYK0.7400.160.44
HSL166.98º58.89%35.29%-
HSV(B)166.98º74.13%56.08%-
XYZ13.9821.3921.16-
YUV108.68134.3876.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.33%
GREEN value IS 143 (56.25% from 255) = 47.67%
BLUE value IS 120 (47.27% from 255) = 40%
R=12.33%
G=47.67%
B=40%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal371431200.7400.160.44166.9858.8935.29
Hex258F784A0102Ca73b23
Octal45217170112020542477343
Binary100101100011111111000100101001000010110010100111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,143,120); }

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

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

 a { background-color: rgb(37,143,120); }

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

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

 span { border-color: rgb(37,143,120); }

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