Html Css Color HEX #289672 Elf Green

📋 copy color: '#289672'

red 40 ◦ green 150 ◦ blue 114

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

Shades of Elf Green #289672

Tints of Elf Green #289672

RGB

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

 GREEN value IS 150 (58.98% from 255) = 49.34%

 BLUE value IS 114 (44.92% from 255) = 37.5%

R = 13.16%
G = 49.34%
B = 37.5%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#289672 (or 0x289672) is known color: Elf Green. HEX triplet: 28, 96 and 72. RGB value is (40,150,114). Sum of RGB (Red+Green+Blue) = 40+150+114=304 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.16% from 304); Green value is 150 (58.98% from 255 or 49.34% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 150 - color contains mainly: green. Hex color #289672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289672 is #D7698D. Grayscale: #717171. Windows color (decimal): -14117262 or 7509544. OLE color: 7509544.

HSL color Cylindrical-coordinate representation of color #289672: hue angle of 160.36º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #289672 is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB 40 150 114 -
CMYK 0.73 0 0.24 0.41
HSL 160.36º 0.58% 0.37% -
HSV(B) 160.36º 0.73% 0.59% -
XYZ 14.82 23.48 19.67 -
YUV 113.01 128.56 75.93 -
System Red Green Blue C M Y K H S L
Decimal 40 150 114 0.73 0 0.24 0.41 160.36 0.58 0.37
Hex 28 96 72 49 0 18 29 A0 3A 25
Octal 50 226 162 111 0 30 51 240 72 45
Binary 101000 10010110 1110010 1001001 0 11000 101001 10100000 111010 100101

Color Harmonies of #289672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289672

Black with #289672

Text Example


Text Example

White with #289672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #289672; }

 p { color: rgb(40,150,114); }

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

background-color css

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

 a { background-color: rgb(40,150,114); }

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

border-color css

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

 span { border-color: rgb(40,150,114); }

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