Html Css Color HEX #289570 Elf Green

📋 copy color: '#289570'

red 40 ◦ green 149 ◦ blue 112

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

Shades of Elf Green #289570

Tints of Elf Green #289570

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.5%

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

R = 13.29%
G = 49.5%
B = 37.21%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#289570 (or 0x289570) is known color: Elf Green. HEX triplet: 28, 95 and 70. RGB value is (40,149,112). Sum of RGB (Red+Green+Blue) = 40+149+112=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #289570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289570 is #D76A8F. Grayscale: #707070. Windows color (decimal): -14117520 or 7378216. OLE color: 7378216.

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

Color convert

RGB 40 149 112 -
CMYK 0.73 0 0.25 0.42
HSL 159.63º 0.58% 0.37% -
HSV(B) 159.63º 0.73% 0.58% -
XYZ 14.55 23.12 19.02 -
YUV 112.19 127.89 76.51 -
System Red Green Blue C M Y K H S L
Decimal 40 149 112 0.73 0 0.25 0.42 159.63 0.58 0.37
Hex 28 95 70 49 0 19 2A A0 3A 25
Octal 50 225 160 111 0 31 52 240 72 45
Binary 101000 10010101 1110000 1001001 0 11001 101010 10100000 111010 100101

Color Harmonies of #289570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289570

Black with #289570

Text Example


Text Example

White with #289570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #289570; }

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

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

background-color css

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

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

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

border-color css

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

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

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