Html Css Color HEX #28856A Elf Green

📋 copy color: '#28856A'

red 40 ◦ green 133 ◦ blue 106

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

Shades of Elf Green #28856A

Tints of Elf Green #28856A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47.67%

 BLUE value IS 106 (41.8% from 255) = 37.99%

R = 14.34%
G = 47.67%
B = 37.99%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#28856A (or 0x28856A) is known color: Elf Green. HEX triplet: 28, 85 and 6A. RGB value is (40,133,106). Sum of RGB (Red+Green+Blue) = 40+133+106=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 133 (52.34% from 255 or 47.67% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 133 - color contains mainly: green. Hex color #28856A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28856A is #D77A95. Grayscale: #666666. Windows color (decimal): -14121622 or 6980904. OLE color: 6980904.

HSL color Cylindrical-coordinate representation of color #28856A: hue angle of 162.58º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28856A is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 40 133 106 -
CMYK 0.70 0 0.20 0.48
HSL 162.58º 0.54% 0.34% -
HSV(B) 162.58º 0.7% 0.52% -
XYZ 11.86 18.27 16.54 -
YUV 102.12 130.19 83.7 -
System Red Green Blue C M Y K H S L
Decimal 40 133 106 0.70 0 0.20 0.48 162.58 0.54 0.34
Hex 28 85 6A 46 0 14 30 A3 36 22
Octal 50 205 152 106 0 24 60 243 66 42
Binary 101000 10000101 1101010 1000110 0 10100 110000 10100011 110110 100010

Color Harmonies of #28856A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28856A

Black with #28856A

Text Example


Text Example

White with #28856A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28856A; }

 p { color: rgb(40,133,106); }

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

background-color css

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

 a { background-color: rgb(40,133,106); }

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

border-color css

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

 span { border-color: rgb(40,133,106); }

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