Html Css Color HEX #289470 Elf Green

📋 copy color: '#289470'

red 40 ◦ green 148 ◦ blue 112

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

Shades of Elf Green #289470

Tints of Elf Green #289470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 37.33%

R = 13.33%
G = 49.33%
B = 37.33%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#289470 (or 0x289470) is known color: Elf Green. HEX triplet: 28, 94 and 70. RGB value is (40,148,112). Sum of RGB (Red+Green+Blue) = 40+148+112=300 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.33% from 300); Green value is 148 (58.20% from 255 or 49.33% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 148 - color contains mainly: green. Hex color #289470 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289470 is #D76B8F. Grayscale: #6F6F6F. Windows color (decimal): -14117776 or 7377960. OLE color: 7377960.

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

Color convert

RGB 40 148 112 -
CMYK 0.73 0 0.24 0.42
HSL 160º 0.57% 0.37% -
HSV(B) 160º 0.73% 0.58% -
XYZ 14.39 22.8 18.97 -
YUV 111.6 128.22 76.93 -
System Red Green Blue C M Y K H S L
Decimal 40 148 112 0.73 0 0.24 0.42 160 0.57 0.37
Hex 28 94 70 49 0 18 2A A0 39 25
Octal 50 224 160 111 0 30 52 240 71 45
Binary 101000 10010100 1110000 1001001 0 11000 101010 10100000 111001 100101

Color Harmonies of #289470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289470

Black with #289470

Text Example


Text Example

White with #289470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #289470; }

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

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

background-color css

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

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

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

border-color css

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

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

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