#258969

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

Shades of Elf Green #258969

Tints of Elf Green #258969

Color information

#258969 (or 0x258969) is unknown color: approx Elf Green. HEX triplet: 25, 89 and 69. RGB value is (37,137,105). Sum of RGB (Red+Green+Blue) = 37+137+105=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 137 (53.91% from 255 or 49.10% from 279); Blue value is 105 (41.41% from 255 or 37.63% from 279); Max value from RGB is 137 - color contains mainly: green. Hex color #258969 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258969 is #DA7696. Grayscale: #676767. Windows color (decimal): -14317207 or 6916389. OLE color: 6916389.

HSL color Cylindrical-coordinate representation of color #258969: hue angle of 160.8º degrees, saturation: 0.57, 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 #258969 is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB37137105-
CMYK0.7300.230.46
HSL160.8º57.47%34.12%-
HSV(B)160.8º72.99%53.73%-
XYZ12.2619.316.44-
YUV103.45128.8780.6-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.26%
GREEN value IS 137 (53.91% from 255) = 49.10%
BLUE value IS 105 (41.41% from 255) = 37.63%
R=13.26%
G=49.10%
B=37.63%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal371371050.7300.230.46160.857.4734.12
Hex258969490172Ea13922
Octal45211151111027562417142
Binary100101100010011101001100100101011110111010100001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258969; }

 p { color: rgb(37,137,105); }

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

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

 a { background-color: rgb(37,137,105); }

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

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

 span { border-color: rgb(37,137,105); }

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