Html Css Color HEX #289170 Elf Green

📋 copy color: '#289170'

red 40 ◦ green 145 ◦ blue 112

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

Shades of Elf Green #289170

Tints of Elf Green #289170

RGB

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

 GREEN value IS 145 (57.03% from 255) = 48.82%

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

R = 13.47%
G = 48.82%
B = 37.71%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#289170 (or 0x289170) is known color: Elf Green. HEX triplet: 28, 91 and 70. RGB value is (40,145,112). Sum of RGB (Red+Green+Blue) = 40+145+112=297 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.47% from 297); Green value is 145 (57.03% from 255 or 48.82% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 145 - color contains mainly: green. Hex color #289170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289170 is #D76E8F. Grayscale: #6D6D6D. Windows color (decimal): -14118544 or 7377192. OLE color: 7377192.

HSL color Cylindrical-coordinate representation of color #289170: hue angle of 161.14º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #289170 is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 40 145 112 -
CMYK 0.72 0 0.23 0.43
HSL 161.14º 0.57% 0.36% -
HSV(B) 161.14º 0.72% 0.57% -
XYZ 13.93 21.87 18.82 -
YUV 109.84 129.21 78.18 -
System Red Green Blue C M Y K H S L
Decimal 40 145 112 0.72 0 0.23 0.43 161.14 0.57 0.36
Hex 28 91 70 48 0 17 2B A1 39 24
Octal 50 221 160 110 0 27 53 241 71 44
Binary 101000 10010001 1110000 1001000 0 10111 101011 10100001 111001 100100

Color Harmonies of #289170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289170

Black with #289170

Text Example


Text Example

White with #289170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #289170; }

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

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

background-color css

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

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

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

border-color css

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

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

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