#25926D

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

Shades of Elf Green #25926D

Tints of Elf Green #25926D

Color information

#25926D (or 0x25926D) is unknown color: approx Elf Green. HEX triplet: 25, 92 and 6D. RGB value is (37,146,109). Sum of RGB (Red+Green+Blue) = 37+146+109=292 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.67% from 292); Green value is 146 (57.42% from 255 or 50% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 146 - color contains mainly: green. Hex color #25926D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25926D is #DA6D92. Grayscale: #6D6D6D. Windows color (decimal): -14314899 or 7180837. OLE color: 7180837.

HSL color Cylindrical-coordinate representation of color #25926D: hue angle of 159.63º 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 #25926D is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB37146109-
CMYK0.7500.250.43
HSL159.63º59.56%35.88%-
HSV(B)159.63º74.66%57.25%-
XYZ13.822.0618-
YUV109.19127.8976.51-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.67%
GREEN value IS 146 (57.42% from 255) = 50%
BLUE value IS 109 (42.97% from 255) = 37.33%
R=12.67%
G=50%
B=37.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal371461090.7500.250.43159.6359.5635.88
Hex25926D4B0192Ba03c24
Octal45222155113031532407444
Binary100101100100101101101100101101100110101110100000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25926D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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