Html Css Color HEX #289970 Elf Green

📋 copy color: '#289970'

red 40 ◦ green 153 ◦ blue 112

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

Shades of Elf Green #289970

Tints of Elf Green #289970

RGB

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

 GREEN value IS 153 (60.16% from 255) = 50.16%

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

R = 13.11%
G = 50.16%
B = 36.72%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#289970 (or 0x289970) is known color: Elf Green. HEX triplet: 28, 99 and 70. RGB value is (40,153,112). Sum of RGB (Red+Green+Blue) = 40+153+112=305 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.11% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #289970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289970 is #D7668F. Grayscale: #727272. Windows color (decimal): -14116496 or 7379240. OLE color: 7379240.

HSL color Cylindrical-coordinate representation of color #289970: hue angle of 158.23º degrees, saturation: 0.59, 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 #289970 is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 40 153 112 -
CMYK 0.74 0 0.27 0.4
HSL 158.23º 0.59% 0.38% -
HSV(B) 158.23º 0.74% 0.6% -
XYZ 15.19 24.4 19.24 -
YUV 114.54 126.56 74.83 -
System Red Green Blue C M Y K H S L
Decimal 40 153 112 0.74 0 0.27 0.4 158.23 0.59 0.38
Hex 28 99 70 4A 0 1B 28 9E 3B 26
Octal 50 231 160 112 0 33 50 236 73 46
Binary 101000 10011001 1110000 1001010 0 11011 101000 10011110 111011 100110

Color Harmonies of #289970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289970

Black with #289970

Text Example


Text Example

White with #289970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #289970; }

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

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

background-color css

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

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

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

border-color css

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

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

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