Html Css Color HEX #25825F Elf Green

📋 copy color: '#25825F'

red 37 ◦ green 130 ◦ blue 95

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

Shades of Elf Green #25825F

Tints of Elf Green #25825F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 36.26%

R = 14.12%
G = 49.62%
B = 36.26%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#25825F (or 0x25825F) is known color: Elf Green. HEX triplet: 25, 82 and 5F. RGB value is (37,130,95). Sum of RGB (Red+Green+Blue) = 37+130+95=262 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.12% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #25825F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25825F is #DA7DA0. Grayscale: #626262. Windows color (decimal): -14319009 or 6259237. OLE color: 6259237.

HSL color Cylindrical-coordinate representation of color #25825F: hue angle of 157.42º 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 #25825F is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 130 95 -
CMYK 0.72 0 0.27 0.49
HSL 157.42º 0.56% 0.33% -
HSV(B) 157.42º 0.72% 0.51% -
XYZ 10.81 17.18 13.57 -
YUV 98.2 126.19 84.35 -
System Red Green Blue C M Y K H S L
Decimal 37 130 95 0.72 0 0.27 0.49 157.42 0.56 0.33
Hex 25 82 5F 48 0 1B 31 9D 38 21
Octal 45 202 137 110 0 33 61 235 70 41
Binary 100101 10000010 1011111 1001000 0 11011 110001 10011101 111000 100001

Color Harmonies of #25825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25825F

Black with #25825F

Text Example


Text Example

White with #25825F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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