Html Css Color HEX #289474 Elf Green

📋 copy color: '#289474'

red 40 ◦ green 148 ◦ blue 116

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

Shades of Elf Green #289474

Tints of Elf Green #289474

RGB

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

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

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

R = 13.16%
G = 48.68%
B = 38.16%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#289474 (or 0x289474) is known color: Elf Green. HEX triplet: 28, 94 and 74. RGB value is (40,148,116). Sum of RGB (Red+Green+Blue) = 40+148+116=304 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.16% from 304); Green value is 148 (58.20% from 255 or 48.68% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 148 - color contains mainly: green. Hex color #289474 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289474 is #D76B8B. Grayscale: #707070. Windows color (decimal): -14117772 or 7640104. OLE color: 7640104.

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

Color convert

RGB 40 148 116 -
CMYK 0.73 0 0.22 0.42
HSL 162.22º 0.57% 0.37% -
HSV(B) 162.22º 0.73% 0.58% -
XYZ 14.62 22.89 20.17 -
YUV 112.06 130.22 76.6 -
System Red Green Blue C M Y K H S L
Decimal 40 148 116 0.73 0 0.22 0.42 162.22 0.57 0.37
Hex 28 94 74 49 0 16 2A A2 39 25
Octal 50 224 164 111 0 26 52 242 71 45
Binary 101000 10010100 1110100 1001001 0 10110 101010 10100010 111001 100101

Color Harmonies of #289474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289474

Black with #289474

Text Example


Text Example

White with #289474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #289474; }

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

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

background-color css

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

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

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

border-color css

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

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

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