Html Css Color HEX #289478 Elf Green

📋 copy color: '#289478'

red 40 ◦ green 148 ◦ blue 120

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

Shades of Elf Green #289478

Tints of Elf Green #289478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 38.96%

R = 12.99%
G = 48.05%
B = 38.96%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#289478 (or 0x289478) is known color: Elf Green. HEX triplet: 28, 94 and 78. RGB value is (40,148,120). Sum of RGB (Red+Green+Blue) = 40+148+120=308 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.99% from 308); Green value is 148 (58.20% from 255 or 48.05% from 308); Blue value is 120 (47.27% from 255 or 38.96% from 308); Max value from RGB is 148 - color contains mainly: green. Hex color #289478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289478 is #D76B87. Grayscale: #707070. Windows color (decimal): -14117768 or 7902248. OLE color: 7902248.

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

Color convert

RGB 40 148 120 -
CMYK 0.73 0 0.19 0.42
HSL 164.44º 0.57% 0.37% -
HSV(B) 164.44º 0.73% 0.58% -
XYZ 14.86 22.99 21.42 -
YUV 112.52 132.22 76.28 -
System Red Green Blue C M Y K H S L
Decimal 40 148 120 0.73 0 0.19 0.42 164.44 0.57 0.37
Hex 28 94 78 49 0 13 2A A4 39 25
Octal 50 224 170 111 0 23 52 244 71 45
Binary 101000 10010100 1111000 1001001 0 10011 101010 10100100 111001 100101

Color Harmonies of #289478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289478

Black with #289478

Text Example


Text Example

White with #289478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #289478; }

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

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

background-color css

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

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

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

border-color css

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

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

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