Html Css Color HEX #289974 Elf Green

📋 copy color: '#289974'

red 40 ◦ green 153 ◦ blue 116

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

Shades of Elf Green #289974

Tints of Elf Green #289974

RGB

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

 GREEN value IS 153 (60.16% from 255) = 49.51%

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

R = 12.94%
G = 49.51%
B = 37.54%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#289974 (or 0x289974) is known color: Elf Green. HEX triplet: 28, 99 and 74. RGB value is (40,153,116). Sum of RGB (Red+Green+Blue) = 40+153+116=309 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.94% from 309); Green value is 153 (60.16% from 255 or 49.51% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 153 - color contains mainly: green. Hex color #289974 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289974 is #D7668B. Grayscale: #737373. Windows color (decimal): -14116492 or 7641384. OLE color: 7641384.

HSL color Cylindrical-coordinate representation of color #289974: hue angle of 160.35º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #289974 is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB 40 153 116 -
CMYK 0.74 0 0.24 0.4
HSL 160.35º 0.59% 0.38% -
HSV(B) 160.35º 0.74% 0.6% -
XYZ 15.42 24.49 20.44 -
YUV 115 128.56 74.51 -
System Red Green Blue C M Y K H S L
Decimal 40 153 116 0.74 0 0.24 0.4 160.35 0.59 0.38
Hex 28 99 74 4A 0 18 28 A0 3B 26
Octal 50 231 164 112 0 30 50 240 73 46
Binary 101000 10011001 1110100 1001010 0 11000 101000 10100000 111011 100110

Color Harmonies of #289974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289974

Black with #289974

Text Example


Text Example

White with #289974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #289974; }

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

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

background-color css

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

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

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

border-color css

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

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

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