Html Css Color HEX #25826D Elf Green

📋 copy color: '#25826D'

red 37 ◦ green 130 ◦ blue 109

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

Shades of Elf Green #25826D

Tints of Elf Green #25826D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 39.49%

R = 13.41%
G = 47.1%
B = 39.49%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#25826D (or 0x25826D) is known color: Elf Green. HEX triplet: 25, 82 and 6D. RGB value is (37,130,109). Sum of RGB (Red+Green+Blue) = 37+130+109=276 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.41% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 130 - color contains mainly: green. Hex color #25826D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25826D is #DA7D92. Grayscale: #636363. Windows color (decimal): -14318995 or 7176741. OLE color: 7176741.

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

Color convert

RGB 37 130 109 -
CMYK 0.72 0 0.16 0.49
HSL 166.45º 0.56% 0.33% -
HSV(B) 166.45º 0.72% 0.51% -
XYZ 11.51 17.46 17.23 -
YUV 99.8 133.19 83.21 -
System Red Green Blue C M Y K H S L
Decimal 37 130 109 0.72 0 0.16 0.49 166.45 0.56 0.33
Hex 25 82 6D 48 0 10 31 A6 38 21
Octal 45 202 155 110 0 20 61 246 70 41
Binary 100101 10000010 1101101 1001000 0 10000 110001 10100110 111000 100001

Color Harmonies of #25826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25826D

Black with #25826D

Text Example


Text Example

White with #25826D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25826D; }

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

 H1.HeaderClassName
 {
   color: #25826D;
 }
 .AnyTagClassName
 {
   color: #25826D;
 }
</style>

background-color css

<style>
 a { background-color: #25826D; }

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

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

border-color css

<style>
 span { border-color: #25826D; }

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

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