#258B79

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

Shades of Elf Green #258B79

Tints of Elf Green #258B79

Color information

#258B79 (or 0x258B79) is unknown color: approx Elf Green. HEX triplet: 25, 8B and 79. RGB value is (37,139,121). Sum of RGB (Red+Green+Blue) = 37+139+121=297 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.46% from 297); Green value is 139 (54.69% from 255 or 46.80% from 297); Blue value is 121 (47.66% from 255 or 40.74% from 297); Max value from RGB is 139 - color contains mainly: green. Hex color #258B79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258B79 is #DA7486. Grayscale: #6A6A6A. Windows color (decimal): -14316679 or 7965477. OLE color: 7965477.

HSL color Cylindrical-coordinate representation of color #258B79: hue angle of 169.41º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #258B79 is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB37139121-
CMYK0.7300.130.45
HSL169.41º57.95%34.51%-
HSV(B)169.41º73.38%54.51%-
XYZ13.4520.2421.29-
YUV106.45136.2178.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.46%
GREEN value IS 139 (54.69% from 255) = 46.80%
BLUE value IS 121 (47.66% from 255) = 40.74%
R=12.46%
G=46.80%
B=40.74%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal371391210.7300.130.45169.4157.9534.51
Hex258B79490D2Da93a23
Octal45213171111015552517243
Binary10010110001011111100110010010110110110110101001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,139,121); }

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

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

 a { background-color: rgb(37,139,121); }

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

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

 span { border-color: rgb(37,139,121); }

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