Html Css Color HEX #28896D Elf Green

📋 copy color: '#28896D'

red 40 ◦ green 137 ◦ blue 109

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

Shades of Elf Green #28896D

Tints of Elf Green #28896D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 47.9%

 BLUE value IS 109 (42.97% from 255) = 38.11%

R = 13.99%
G = 47.9%
B = 38.11%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#28896D (or 0x28896D) is known color: Elf Green. HEX triplet: 28, 89 and 6D. RGB value is (40,137,109). Sum of RGB (Red+Green+Blue) = 40+137+109=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 137 (53.91% from 255 or 47.90% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 137 - color contains mainly: green. Hex color #28896D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28896D is #D77692. Grayscale: #686868. Windows color (decimal): -14120595 or 7178536. OLE color: 7178536.

HSL color Cylindrical-coordinate representation of color #28896D: hue angle of 162.68º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28896D is Cyan = 0.71, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 40 137 109 -
CMYK 0.71 0 0.20 0.46
HSL 162.68º 0.55% 0.35% -
HSV(B) 162.68º 0.71% 0.54% -
XYZ 12.58 19.45 17.56 -
YUV 104.81 130.36 81.78 -
System Red Green Blue C M Y K H S L
Decimal 40 137 109 0.71 0 0.20 0.46 162.68 0.55 0.35
Hex 28 89 6D 47 0 14 2E A3 37 23
Octal 50 211 155 107 0 24 56 243 67 43
Binary 101000 10001001 1101101 1000111 0 10100 101110 10100011 110111 100011

Color Harmonies of #28896D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28896D

Black with #28896D

Text Example


Text Example

White with #28896D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28896D; }

 p { color: rgb(40,137,109); }

 H1.HeaderClassName
 {
   color: #28896D;
 }
 .AnyTagClassName
 {
   color: #28896D;
 }
</style>

background-color css

<style>
 a { background-color: #28896D; }

 a { background-color: rgb(40,137,109); }

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

border-color css

<style>
 span { border-color: #28896D; }

 span { border-color: rgb(40,137,109); }

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