#25956B

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

Shades of Elf Green #25956B

Tints of Elf Green #25956B

Color information

#25956B (or 0x25956B) is unknown color: approx Elf Green. HEX triplet: 25, 95 and 6B. RGB value is (37,149,107). Sum of RGB (Red+Green+Blue) = 37+149+107=293 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.63% from 293); Green value is 149 (58.59% from 255 or 50.85% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 149 - color contains mainly: green. Hex color #25956B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25956B is #DA6A94. Grayscale: #6E6E6E. Windows color (decimal): -14314133 or 7050533. OLE color: 7050533.

HSL color Cylindrical-coordinate representation of color #25956B: hue angle of 157.5º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #25956B is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB37149107-
CMYK0.7500.280.42
HSL157.5º60.22%36.47%-
HSV(B)157.5º75.17%58.43%-
XYZ14.1622.9517.59-
YUV110.72125.8975.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.63%
GREEN value IS 149 (58.59% from 255) = 50.85%
BLUE value IS 107 (42.19% from 255) = 36.52%
R=12.63%
G=50.85%
B=36.52%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal371491070.7500.280.42157.560.2236.47
Hex25956B4B01C2A9e3c24
Octal45225153113034522367444
Binary100101100101011101011100101101110010101010011110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25956B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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