Html Css Color HEX #289870 Elf Green

📋 copy color: '#289870'

red 40 ◦ green 152 ◦ blue 112

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

Shades of Elf Green #289870

Tints of Elf Green #289870

RGB

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

 GREEN value IS 152 (59.77% from 255) = 50%

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

R = 13.16%
G = 50%
B = 36.84%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#289870 (or 0x289870) is known color: Elf Green. HEX triplet: 28, 98 and 70. RGB value is (40,152,112). Sum of RGB (Red+Green+Blue) = 40+152+112=304 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.16% from 304); Green value is 152 (59.77% from 255 or 50% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 152 - color contains mainly: green. Hex color #289870 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289870 is #D7678F. Grayscale: #727272. Windows color (decimal): -14116752 or 7378984. OLE color: 7378984.

HSL color Cylindrical-coordinate representation of color #289870: hue angle of 158.57º degrees, saturation: 0.58, 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 #289870 is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB 40 152 112 -
CMYK 0.74 0 0.26 0.40
HSL 158.57º 0.58% 0.38% -
HSV(B) 158.57º 0.74% 0.6% -
XYZ 15.03 24.08 19.18 -
YUV 113.95 126.89 75.25 -
System Red Green Blue C M Y K H S L
Decimal 40 152 112 0.74 0 0.26 0.40 158.57 0.58 0.38
Hex 28 98 70 4A 0 1A 28 9F 3A 26
Octal 50 230 160 112 0 32 50 237 72 46
Binary 101000 10011000 1110000 1001010 0 11010 101000 10011111 111010 100110

Color Harmonies of #289870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289870

Black with #289870

Text Example


Text Example

White with #289870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #289870; }

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

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

background-color css

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

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

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

border-color css

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

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

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