#25966C

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

Shades of Elf Green #25966C

Tints of Elf Green #25966C

Color information

#25966C (or 0x25966C) is unknown color: approx Elf Green. HEX triplet: 25, 96 and 6C. RGB value is (37,150,108). Sum of RGB (Red+Green+Blue) = 37+150+108=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 150 (58.98% from 255 or 50.85% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 150 - color contains mainly: green. Hex color #25966C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25966C is #DA6993. Grayscale: #6F6F6F. Windows color (decimal): -14313876 or 7116325. OLE color: 7116325.

HSL color Cylindrical-coordinate representation of color #25966C: hue angle of 157.7º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #25966C is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB37150108-
CMYK0.7500.280.41
HSL157.7º60.43%36.67%-
HSV(B)157.7º75.33%58.82%-
XYZ14.3823.2917.92-
YUV111.42126.0674.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.54%
GREEN value IS 150 (58.98% from 255) = 50.85%
BLUE value IS 108 (42.58% from 255) = 36.61%
R=12.54%
G=50.85%
B=36.61%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal371501080.7500.280.41157.760.4336.67
Hex25966C4B01C299e3c25
Octal45226154113034512367445
Binary100101100101101101100100101101110010100110011110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25966C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25966C; }

 p { color: rgb(37,150,108); }

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

<style>
 a { background-color: #25966C; }

 a { background-color: rgb(37,150,108); }

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

<style>
 span { border-color: #25966C; }

 span { border-color: rgb(37,150,108); }

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