#25826D

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

Shades of Elf Green #25826D

Tints of Elf Green #25826D

Color information

#25826D (or 0x25826D) is unknown color: approx Elf Green. HEX triplet: 25, 82 and 6D. RGB value is (37,130,109). Sum of RGB (Red+Green+Blue) = 37+130+109=276 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.41% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 130 - color contains mainly: green. Hex color #25826D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25826D is #DA7D92. Grayscale: #636363. Windows color (decimal): -14318995 or 7176741. OLE color: 7176741.

HSL color Cylindrical-coordinate representation of color #25826D: hue angle of 166.45º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #25826D is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB37130109-
CMYK0.7200.160.49
HSL166.45º55.69%32.75%-
HSV(B)166.45º71.54%50.98%-
XYZ11.5117.4617.23-
YUV99.8133.1983.21-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.41%
GREEN value IS 130 (51.17% from 255) = 47.10%
BLUE value IS 109 (42.97% from 255) = 39.49%
R=13.41%
G=47.10%
B=39.49%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal371301090.7200.160.49166.4555.6932.75
Hex25826D4801031a63821
Octal45202155110020612467041
Binary100101100000101101101100100001000011000110100110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,130,109); }

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

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

 a { background-color: rgb(37,130,109); }

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

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

 span { border-color: rgb(37,130,109); }

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