#25917C

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

Shades of Elf Green #25917C

Tints of Elf Green #25917C

Color information

#25917C (or 0x25917C) is unknown color: approx Elf Green. HEX triplet: 25, 91 and 7C. RGB value is (37,145,124). Sum of RGB (Red+Green+Blue) = 37+145+124=306 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.09% from 306); Green value is 145 (57.03% from 255 or 47.39% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 145 - color contains mainly: green. Hex color #25917C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25917C is #DA6E83. Grayscale: #6E6E6E. Windows color (decimal): -14315140 or 8163621. OLE color: 8163621.

HSL color Cylindrical-coordinate representation of color #25917C: hue angle of 168.33º 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 #25917C is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB37145124-
CMYK0.7400.140.43
HSL168.33º59.34%35.69%-
HSV(B)168.33º74.48%56.86%-
XYZ14.5322.122.57-
YUV110.31135.7275.71-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.09%
GREEN value IS 145 (57.03% from 255) = 47.39%
BLUE value IS 124 (48.83% from 255) = 40.52%
R=12.09%
G=47.39%
B=40.52%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal371451240.7400.140.43168.3359.3435.69
Hex25917C4A0E2Ba83b24
Octal45221174112016532507344
Binary10010110010001111110010010100111010101110101000111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25917C; }

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

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

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

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

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

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

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

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