#25806B

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

Shades of Elf Green #25806B

Tints of Elf Green #25806B

Color information

#25806B (or 0x25806B) is unknown color: approx Elf Green. HEX triplet: 25, 80 and 6B. RGB value is (37,128,107). Sum of RGB (Red+Green+Blue) = 37+128+107=272 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.60% from 272); Green value is 128 (50.39% from 255 or 47.06% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 128 - color contains mainly: green. Hex color #25806B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25806B is #DA7F94. Grayscale: #626262. Windows color (decimal): -14319509 or 7045157. OLE color: 7045157.

HSL color Cylindrical-coordinate representation of color #25806B: hue angle of 166.15º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25806B is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB37128107-
CMYK0.7100.160.50
HSL166.15º55.15%32.35%-
HSV(B)166.15º71.09%50.2%-
XYZ11.1416.8916.58-
YUV98.4132.8584.21-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.60%
GREEN value IS 128 (50.39% from 255) = 47.06%
BLUE value IS 107 (42.19% from 255) = 39.34%
R=13.60%
G=47.06%
B=39.34%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal371281070.7100.160.50166.1555.1532.35
Hex25806B4701032a63720
Octal45200153107020622466740
Binary100101100000001101011100011101000011001010100110110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25806B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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