Html Css Color HEX #28886E Elf Green

📋 copy color: '#28886E'

red 40 ◦ green 136 ◦ blue 110

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

Shades of Elf Green #28886E

Tints of Elf Green #28886E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 47.55%

 BLUE value IS 110 (43.36% from 255) = 38.46%

R = 13.99%
G = 47.55%
B = 38.46%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#28886E (or 0x28886E) is known color: Elf Green. HEX triplet: 28, 88 and 6E. RGB value is (40,136,110). Sum of RGB (Red+Green+Blue) = 40+136+110=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 136 (53.52% from 255 or 47.55% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 136 - color contains mainly: green. Hex color #28886E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28886E is #D77791. Grayscale: #686868. Windows color (decimal): -14120850 or 7243816. OLE color: 7243816.

HSL color Cylindrical-coordinate representation of color #28886E: hue angle of 163.75º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28886E is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 40 136 110 -
CMYK 0.71 0 0.19 0.47
HSL 163.75º 0.55% 0.35% -
HSV(B) 163.75º 0.71% 0.53% -
XYZ 12.49 19.19 17.8 -
YUV 104.33 131.2 82.11 -
System Red Green Blue C M Y K H S L
Decimal 40 136 110 0.71 0 0.19 0.47 163.75 0.55 0.35
Hex 28 88 6E 47 0 13 2F A4 37 23
Octal 50 210 156 107 0 23 57 244 67 43
Binary 101000 10001000 1101110 1000111 0 10011 101111 10100100 110111 100011

Color Harmonies of #28886E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28886E

Black with #28886E

Text Example


Text Example

White with #28886E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28886E; }

 p { color: rgb(40,136,110); }

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

background-color css

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

 a { background-color: rgb(40,136,110); }

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

border-color css

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

 span { border-color: rgb(40,136,110); }

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