Html Css Color HEX #25917F Elf Green

📋 copy color: '#25917F'

red 37 ◦ green 145 ◦ blue 127

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

Shades of Elf Green #25917F

Tints of Elf Green #25917F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.93%

 BLUE value IS 127 (50% from 255) = 41.1%

R = 11.97%
G = 46.93%
B = 41.1%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#25917F (or 0x25917F) is known color: Elf Green. HEX triplet: 25, 91 and 7F. RGB value is (37,145,127). Sum of RGB (Red+Green+Blue) = 37+145+127=309 (40% of max value = 765). Red value is 37 (14.84% from 255 or 11.97% from 309); Green value is 145 (57.03% from 255 or 46.93% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 145 - color contains mainly: green. Hex color #25917F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25917F is #DA6E80. Grayscale: #6E6E6E. Windows color (decimal): -14315137 or 8360229. OLE color: 8360229.

HSL color Cylindrical-coordinate representation of color #25917F: hue angle of 170º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25917F is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 37 145 127 -
CMYK 0.74 0 0.12 0.43
HSL 170º 0.59% 0.36% -
HSV(B) 170º 0.74% 0.57% -
XYZ 14.72 22.18 23.58 -
YUV 110.66 137.22 75.46 -
System Red Green Blue C M Y K H S L
Decimal 37 145 127 0.74 0 0.12 0.43 170 0.59 0.36
Hex 25 91 7F 4A 0 C 2B AA 3B 24
Octal 45 221 177 112 0 14 53 252 73 44
Binary 100101 10010001 1111111 1001010 0 1100 101011 10101010 111011 100100

Color Harmonies of #25917F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25917F

Black with #25917F

Text Example


Text Example

White with #25917F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25917F; }

 p { color: rgb(37,145,127); }

 H1.HeaderClassName
 {
   color: #25917F;
 }
 .AnyTagClassName
 {
   color: #25917F;
 }
</style>

background-color css

<style>
 a { background-color: #25917F; }

 a { background-color: rgb(37,145,127); }

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

border-color css

<style>
 span { border-color: #25917F; }

 span { border-color: rgb(37,145,127); }

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