#25916B

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

Shades of Elf Green #25916B

Tints of Elf Green #25916B

Color information

#25916B (or 0x25916B) is unknown color: approx Elf Green. HEX triplet: 25, 91 and 6B. RGB value is (37,145,107). Sum of RGB (Red+Green+Blue) = 37+145+107=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 145 (57.03% from 255 or 50.17% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 145 - color contains mainly: green. Hex color #25916B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25916B is #DA6E94. Grayscale: #6C6C6C. Windows color (decimal): -14315157 or 7049509. OLE color: 7049509.

HSL color Cylindrical-coordinate representation of color #25916B: hue angle of 158.89º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25916B is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB37145107-
CMYK0.7400.260.43
HSL158.89º59.34%35.69%-
HSV(B)158.89º74.48%56.86%-
XYZ13.5421.7117.39-
YUV108.38127.2277.09-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.80%
GREEN value IS 145 (57.03% from 255) = 50.17%
BLUE value IS 107 (42.19% from 255) = 37.02%
R=12.80%
G=50.17%
B=37.02%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal371451070.7400.260.43158.8959.3435.69
Hex25916B4A01A2B9f3b24
Octal45221153112032532377344
Binary100101100100011101011100101001101010101110011111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25916B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25916B; }

 p { color: rgb(37,145,107); }

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

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

 a { background-color: rgb(37,145,107); }

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

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

 span { border-color: rgb(37,145,107); }

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