Html Css Color HEX #25957C Elf Green

📋 copy color: '#25957C'

red 37 ◦ green 149 ◦ blue 124

#25957C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elf Green #25957C

Tints of Elf Green #25957C

RGB

 RED value IS 37 (14.84% from 255) = 11.94%

 GREEN value IS 149 (58.59% from 255) = 48.06%

 BLUE value IS 124 (48.83% from 255) = 40%

R = 11.94%
G = 48.06%
B = 40%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#25957C (or 0x25957C) is known color: Elf Green. HEX triplet: 25, 95 and 7C. RGB value is (37,149,124). Sum of RGB (Red+Green+Blue) = 37+149+124=310 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.94% from 310); Green value is 149 (58.59% from 255 or 48.06% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 149 - color contains mainly: green. Hex color #25957C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25957C is #DA6A83. Grayscale: #707070. Windows color (decimal): -14314116 or 8164645. OLE color: 8164645.

HSL color Cylindrical-coordinate representation of color #25957C: hue angle of 166.61º 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 #25957C is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 149 124 -
CMYK 0.75 0 0.17 0.42
HSL 166.61º 0.6% 0.36% -
HSV(B) 166.61º 0.75% 0.58% -
XYZ 15.15 23.34 22.78 -
YUV 112.66 134.39 74.03 -
System Red Green Blue C M Y K H S L
Decimal 37 149 124 0.75 0 0.17 0.42 166.61 0.6 0.36
Hex 25 95 7C 4B 0 11 2A A7 3C 24
Octal 45 225 174 113 0 21 52 247 74 44
Binary 100101 10010101 1111100 1001011 0 10001 101010 10100111 111100 100100

Color Harmonies of #25957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25957C

Black with #25957C

Text Example


Text Example

White with #25957C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #25957C;
 }
 .AnyTagClassName
 {
   color: #25957C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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