Html Css Color HEX #25825E Elf Green

📋 copy color: '#25825E'

red 37 ◦ green 130 ◦ blue 94

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

Shades of Elf Green #25825E

Tints of Elf Green #25825E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 49.81%

 BLUE value IS 94 (37.11% from 255) = 36.02%

R = 14.18%
G = 49.81%
B = 36.02%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#25825E (or 0x25825E) is known color: Elf Green. HEX triplet: 25, 82 and 5E. RGB value is (37,130,94). Sum of RGB (Red+Green+Blue) = 37+130+94=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #25825E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25825E is #DA7DA1. Grayscale: #626262. Windows color (decimal): -14319010 or 6193701. OLE color: 6193701.

HSL color Cylindrical-coordinate representation of color #25825E: hue angle of 156.77º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #25825E is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 130 94 -
CMYK 0.72 0 0.28 0.49
HSL 156.77º 0.56% 0.33% -
HSV(B) 156.77º 0.72% 0.51% -
XYZ 10.77 17.17 13.34 -
YUV 98.09 125.69 84.43 -
System Red Green Blue C M Y K H S L
Decimal 37 130 94 0.72 0 0.28 0.49 156.77 0.56 0.33
Hex 25 82 5E 48 0 1C 31 9D 38 21
Octal 45 202 136 110 0 34 61 235 70 41
Binary 100101 10000010 1011110 1001000 0 11100 110001 10011101 111000 100001

Color Harmonies of #25825E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25825E

Black with #25825E

Text Example


Text Example

White with #25825E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25825E; }

 p { color: rgb(37,130,94); }

 H1.HeaderClassName
 {
   color: #25825E;
 }
 .AnyTagClassName
 {
   color: #25825E;
 }
</style>

background-color css

<style>
 a { background-color: #25825E; }

 a { background-color: rgb(37,130,94); }

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

border-color css

<style>
 span { border-color: #25825E; }

 span { border-color: rgb(37,130,94); }

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