#25826E

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

Shades of Elf Green #25826E

Tints of Elf Green #25826E

Color information

#25826E (or 0x25826E) is unknown color: approx Elf Green. HEX triplet: 25, 82 and 6E. RGB value is (37,130,110). Sum of RGB (Red+Green+Blue) = 37+130+110=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 110 (43.36% from 255 or 39.71% from 277); Max value from RGB is 130 - color contains mainly: green. Hex color #25826E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25826E is #DA7D91. Grayscale: #636363. Windows color (decimal): -14318994 or 7242277. OLE color: 7242277.

HSL color Cylindrical-coordinate representation of color #25826E: hue angle of 167.1º 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 #25826E is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB37130110-
CMYK0.7200.150.49
HSL167.1º55.69%32.75%-
HSV(B)167.1º71.54%50.98%-
XYZ11.5617.4817.52-
YUV99.91133.6983.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.36%
GREEN value IS 130 (51.17% from 255) = 46.93%
BLUE value IS 110 (43.36% from 255) = 39.71%
R=13.36%
G=46.93%
B=39.71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal371301100.7200.150.49167.155.6932.75
Hex25826E480F31a73821
Octal45202156110017612477041
Binary10010110000010110111010010000111111000110100111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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