Html Css Color HEX #28846E Elf Green

📋 copy color: '#28846E'

red 40 ◦ green 132 ◦ blue 110

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

Shades of Elf Green #28846E

Tints of Elf Green #28846E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 46.81%

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

R = 14.18%
G = 46.81%
B = 39.01%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#28846E (or 0x28846E) is known color: Elf Green. HEX triplet: 28, 84 and 6E. RGB value is (40,132,110). Sum of RGB (Red+Green+Blue) = 40+132+110=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 110 (43.36% from 255 or 39.01% from 282); Max value from RGB is 132 - color contains mainly: green. Hex color #28846E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28846E is #D77B91. Grayscale: #656565. Windows color (decimal): -14121874 or 7242792. OLE color: 7242792.

HSL color Cylindrical-coordinate representation of color #28846E: hue angle of 165.65º degrees, saturation: 0.53, 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 #28846E is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 40 132 110 -
CMYK 0.70 0 0.17 0.48
HSL 165.65º 0.53% 0.34% -
HSV(B) 165.65º 0.7% 0.52% -
XYZ 11.94 18.08 17.61 -
YUV 101.98 132.52 83.79 -
System Red Green Blue C M Y K H S L
Decimal 40 132 110 0.70 0 0.17 0.48 165.65 0.53 0.34
Hex 28 84 6E 46 0 11 30 A6 35 22
Octal 50 204 156 106 0 21 60 246 65 42
Binary 101000 10000100 1101110 1000110 0 10001 110000 10100110 110101 100010

Color Harmonies of #28846E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28846E

Black with #28846E

Text Example


Text Example

White with #28846E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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