Html Css Color HEX #25947C Elf Green

📋 copy color: '#25947C'

red 37 ◦ green 148 ◦ blue 124

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

Shades of Elf Green #25947C

Tints of Elf Green #25947C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.9%

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

R = 11.97%
G = 47.9%
B = 40.13%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#25947C (or 0x25947C) is known color: Elf Green. HEX triplet: 25, 94 and 7C. RGB value is (37,148,124). Sum of RGB (Red+Green+Blue) = 37+148+124=309 (40% of max value = 765). Red value is 37 (14.84% from 255 or 11.97% from 309); Green value is 148 (58.20% from 255 or 47.90% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 148 - color contains mainly: green. Hex color #25947C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25947C is #DA6B83. Grayscale: #707070. Windows color (decimal): -14314372 or 8164389. OLE color: 8164389.

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

Color convert

RGB 37 148 124 -
CMYK 0.75 0 0.16 0.42
HSL 167.03º 0.6% 0.36% -
HSV(B) 167.03º 0.75% 0.58% -
XYZ 14.99 23.03 22.72 -
YUV 112.08 134.73 74.45 -
System Red Green Blue C M Y K H S L
Decimal 37 148 124 0.75 0 0.16 0.42 167.03 0.6 0.36
Hex 25 94 7C 4B 0 10 2A A7 3C 24
Octal 45 224 174 113 0 20 52 247 74 44
Binary 100101 10010100 1111100 1001011 0 10000 101010 10100111 111100 100100

Color Harmonies of #25947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25947C

Black with #25947C

Text Example


Text Example

White with #25947C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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