#25927E

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

Shades of Elf Green #25927E

Tints of Elf Green #25927E

Color information

#25927E (or 0x25927E) is unknown color: approx Elf Green. HEX triplet: 25, 92 and 7E. RGB value is (37,146,126). Sum of RGB (Red+Green+Blue) = 37+146+126=309 (40% of max value = 765). Red value is 37 (14.84% from 255 or 11.97% from 309); Green value is 146 (57.42% from 255 or 47.25% from 309); Blue value is 126 (49.61% from 255 or 40.78% from 309); Max value from RGB is 146 - color contains mainly: green. Hex color #25927E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25927E is #DA6D81. Grayscale: #6F6F6F. Windows color (decimal): -14314882 or 8294949. OLE color: 8294949.

HSL color Cylindrical-coordinate representation of color #25927E: hue angle of 168.99º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #25927E is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB37146126-
CMYK0.7500.140.43
HSL168.99º59.56%35.88%-
HSV(B)168.99º74.66%57.25%-
XYZ14.8122.4623.29-
YUV111.13136.3975.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.97%
GREEN value IS 146 (57.42% from 255) = 47.25%
BLUE value IS 126 (49.61% from 255) = 40.78%
R=11.97%
G=47.25%
B=40.78%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal371461260.7500.140.43168.9959.5635.88
Hex25927E4B0E2Ba93c24
Octal45222176113016532517444
Binary10010110010010111111010010110111010101110101001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25927E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25927E; }

 p { color: rgb(37,146,126); }

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

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

 a { background-color: rgb(37,146,126); }

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

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

 span { border-color: rgb(37,146,126); }

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