#25917D

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

Shades of Elf Green #25917D

Tints of Elf Green #25917D

Color information

#25917D (or 0x25917D) is unknown color: approx Elf Green. HEX triplet: 25, 91 and 7D. RGB value is (37,145,125). Sum of RGB (Red+Green+Blue) = 37+145+125=307 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.05% from 307); Green value is 145 (57.03% from 255 or 47.23% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 145 - color contains mainly: green. Hex color #25917D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25917D is #DA6E82. Grayscale: #6E6E6E. Windows color (decimal): -14315139 or 8229157. OLE color: 8229157.

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

Color convert

RGB37145125-
CMYK0.7400.140.43
HSL168.89º59.34%35.69%-
HSV(B)168.89º74.48%56.86%-
XYZ14.5922.1222.9-
YUV110.43136.2275.63-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.05%
GREEN value IS 145 (57.03% from 255) = 47.23%
BLUE value IS 125 (49.22% from 255) = 40.72%
R=12.05%
G=47.23%
B=40.72%

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
Decimal371451250.7400.140.43168.8959.3435.69
Hex25917D4A0E2Ba93b24
Octal45221175112016532517344
Binary10010110010001111110110010100111010101110101001111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25917D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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