Html Css Color HEX #289674 Elf Green

📋 copy color: '#289674'

red 40 ◦ green 150 ◦ blue 116

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

Shades of Elf Green #289674

Tints of Elf Green #289674

RGB

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

 GREEN value IS 150 (58.98% from 255) = 49.02%

 BLUE value IS 116 (45.7% from 255) = 37.91%

R = 13.07%
G = 49.02%
B = 37.91%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#289674 (or 0x289674) is known color: Elf Green. HEX triplet: 28, 96 and 74. RGB value is (40,150,116). Sum of RGB (Red+Green+Blue) = 40+150+116=306 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.07% from 306); Green value is 150 (58.98% from 255 or 49.02% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 150 - color contains mainly: green. Hex color #289674 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289674 is #D7698B. Grayscale: #717171. Windows color (decimal): -14117260 or 7640616. OLE color: 7640616.

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

Color convert

RGB 40 150 116 -
CMYK 0.73 0 0.23 0.41
HSL 161.45º 0.58% 0.37% -
HSV(B) 161.45º 0.73% 0.59% -
XYZ 14.93 23.52 20.28 -
YUV 113.23 129.56 75.76 -
System Red Green Blue C M Y K H S L
Decimal 40 150 116 0.73 0 0.23 0.41 161.45 0.58 0.37
Hex 28 96 74 49 0 17 29 A1 3A 25
Octal 50 226 164 111 0 27 51 241 72 45
Binary 101000 10010110 1110100 1001001 0 10111 101001 10100001 111010 100101

Color Harmonies of #289674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289674

Black with #289674

Text Example


Text Example

White with #289674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #289674; }

 p { color: rgb(40,150,116); }

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

background-color css

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

 a { background-color: rgb(40,150,116); }

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

border-color css

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

 span { border-color: rgb(40,150,116); }

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