Html Css Color HEX #259376 Elf Green

📋 copy color: '#259376'

red 37 ◦ green 147 ◦ blue 118

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

Shades of Elf Green #259376

Tints of Elf Green #259376

RGB

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

 GREEN value IS 147 (57.81% from 255) = 48.68%

 BLUE value IS 118 (46.48% from 255) = 39.07%

R = 12.25%
G = 48.68%
B = 39.07%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#259376 (or 0x259376) is known color: Elf Green. HEX triplet: 25, 93 and 76. RGB value is (37,147,118). Sum of RGB (Red+Green+Blue) = 37+147+118=302 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.25% from 302); Green value is 147 (57.81% from 255 or 48.68% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 147 - color contains mainly: green. Hex color #259376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259376 is #DA6C89. Grayscale: #6E6E6E. Windows color (decimal): -14314634 or 7770917. OLE color: 7770917.

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

Color convert

RGB 37 147 118 -
CMYK 0.75 0 0.20 0.42
HSL 164.18º 0.6% 0.36% -
HSV(B) 164.18º 0.75% 0.58% -
XYZ 14.47 22.57 20.73 -
YUV 110.8 132.06 75.36 -
System Red Green Blue C M Y K H S L
Decimal 37 147 118 0.75 0 0.20 0.42 164.18 0.6 0.36
Hex 25 93 76 4B 0 14 2A A4 3C 24
Octal 45 223 166 113 0 24 52 244 74 44
Binary 100101 10010011 1110110 1001011 0 10100 101010 10100100 111100 100100

Color Harmonies of #259376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259376

Black with #259376

Text Example


Text Example

White with #259376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #259376; }

 p { color: rgb(37,147,118); }

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

background-color css

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

 a { background-color: rgb(37,147,118); }

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

border-color css

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

 span { border-color: rgb(37,147,118); }

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