Html Css Color HEX #28966F Elf Green

📋 copy color: '#28966F'

red 40 ◦ green 150 ◦ blue 111

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

Shades of Elf Green #28966F

Tints of Elf Green #28966F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.88%

R = 13.29%
G = 49.83%
B = 36.88%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#28966F (or 0x28966F) is known color: Elf Green. HEX triplet: 28, 96 and 6F. RGB value is (40,150,111). Sum of RGB (Red+Green+Blue) = 40+150+111=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 150 (58.98% from 255 or 49.83% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 150 - color contains mainly: green. Hex color #28966F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28966F is #D76990. Grayscale: #707070. Windows color (decimal): -14117265 or 7312936. OLE color: 7312936.

HSL color Cylindrical-coordinate representation of color #28966F: hue angle of 158.73º 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 #28966F is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 40 150 111 -
CMYK 0.73 0 0.26 0.41
HSL 158.73º 0.58% 0.37% -
HSV(B) 158.73º 0.73% 0.59% -
XYZ 14.65 23.41 18.79 -
YUV 112.66 127.06 76.17 -
System Red Green Blue C M Y K H S L
Decimal 40 150 111 0.73 0 0.26 0.41 158.73 0.58 0.37
Hex 28 96 6F 49 0 1A 29 9F 3A 25
Octal 50 226 157 111 0 32 51 237 72 45
Binary 101000 10010110 1101111 1001001 0 11010 101001 10011111 111010 100101

Color Harmonies of #28966F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28966F

Black with #28966F

Text Example


Text Example

White with #28966F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28966F; }

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

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

background-color css

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

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

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

border-color css

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

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

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