Html Css Color HEX #28966C Elf Green

📋 copy color: '#28966C'

red 40 ◦ green 150 ◦ blue 108

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

Shades of Elf Green #28966C

Tints of Elf Green #28966C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.24%

R = 13.42%
G = 50.34%
B = 36.24%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#28966C (or 0x28966C) is known color: Elf Green. HEX triplet: 28, 96 and 6C. RGB value is (40,150,108). Sum of RGB (Red+Green+Blue) = 40+150+108=298 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.42% from 298); Green value is 150 (58.98% from 255 or 50.34% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 150 - color contains mainly: green. Hex color #28966C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28966C is #D76993. Grayscale: #707070. Windows color (decimal): -14117268 or 7116328. OLE color: 7116328.

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

Color convert

RGB 40 150 108 -
CMYK 0.73 0 0.28 0.41
HSL 157.09º 0.58% 0.37% -
HSV(B) 157.09º 0.73% 0.59% -
XYZ 14.49 23.35 17.93 -
YUV 112.32 125.56 76.42 -
System Red Green Blue C M Y K H S L
Decimal 40 150 108 0.73 0 0.28 0.41 157.09 0.58 0.37
Hex 28 96 6C 49 0 1C 29 9D 3A 25
Octal 50 226 154 111 0 34 51 235 72 45
Binary 101000 10010110 1101100 1001001 0 11100 101001 10011101 111010 100101

Color Harmonies of #28966C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28966C

Black with #28966C

Text Example


Text Example

White with #28966C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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