Html Css Color HEX #289476 Elf Green

📋 copy color: '#289476'

red 40 ◦ green 148 ◦ blue 118

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

Shades of Elf Green #289476

Tints of Elf Green #289476

RGB

 RED value IS 40 (16.02% from 255) = 13.07%

 GREEN value IS 148 (58.2% from 255) = 48.37%

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

R = 13.07%
G = 48.37%
B = 38.56%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#289476 (or 0x289476) is known color: Elf Green. HEX triplet: 28, 94 and 76. RGB value is (40,148,118). Sum of RGB (Red+Green+Blue) = 40+148+118=306 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.07% from 306); Green value is 148 (58.20% from 255 or 48.37% from 306); Blue value is 118 (46.48% from 255 or 38.56% from 306); Max value from RGB is 148 - color contains mainly: green. Hex color #289476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289476 is #D76B89. Grayscale: #707070. Windows color (decimal): -14117770 or 7771176. OLE color: 7771176.

HSL color Cylindrical-coordinate representation of color #289476: hue angle of 163.33º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #289476 is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 40 148 118 -
CMYK 0.73 0 0.20 0.42
HSL 163.33º 0.57% 0.37% -
HSV(B) 163.33º 0.73% 0.58% -
XYZ 14.73 22.94 20.79 -
YUV 112.29 131.22 76.44 -
System Red Green Blue C M Y K H S L
Decimal 40 148 118 0.73 0 0.20 0.42 163.33 0.57 0.37
Hex 28 94 76 49 0 14 2A A3 39 25
Octal 50 224 166 111 0 24 52 243 71 45
Binary 101000 10010100 1110110 1001001 0 10100 101010 10100011 111001 100101

Color Harmonies of #289476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289476

Black with #289476

Text Example


Text Example

White with #289476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #289476; }

 p { color: rgb(40,148,118); }

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

background-color css

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

 a { background-color: rgb(40,148,118); }

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

border-color css

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

 span { border-color: rgb(40,148,118); }

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