#25977B

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

Shades of Elf Green #25977B

Tints of Elf Green #25977B

Color information

#25977B (or 0x25977B) is unknown color: approx Elf Green. HEX triplet: 25, 97 and 7B. RGB value is (37,151,123). Sum of RGB (Red+Green+Blue) = 37+151+123=311 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.90% from 311); Green value is 151 (59.38% from 255 or 48.55% from 311); Blue value is 123 (48.44% from 255 or 39.55% from 311); Max value from RGB is 151 - color contains mainly: green. Hex color #25977B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25977B is #DA6884. Grayscale: #717171. Windows color (decimal): -14313605 or 8099621. OLE color: 8099621.

HSL color Cylindrical-coordinate representation of color #25977B: hue angle of 165.26º degrees, saturation: 0.61, 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 #25977B is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB37151123-
CMYK0.7500.190.41
HSL165.26º60.64%36.86%-
HSV(B)165.26º75.5%59.22%-
XYZ15.423.9622.55-
YUV113.72133.2373.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.90%
GREEN value IS 151 (59.38% from 255) = 48.55%
BLUE value IS 123 (48.44% from 255) = 39.55%
R=11.90%
G=48.55%
B=39.55%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal371511230.7500.190.41165.2660.6436.86
Hex25977B4B01329a53d25
Octal45227173113023512457545
Binary100101100101111111011100101101001110100110100101111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25977B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,151,123); }

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

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

 a { background-color: rgb(37,151,123); }

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

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

 span { border-color: rgb(37,151,123); }

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