Html Css Color HEX #28896F Elf Green

📋 copy color: '#28896F'

red 40 ◦ green 137 ◦ blue 111

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

Shades of Elf Green #28896F

Tints of Elf Green #28896F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 38.54%

R = 13.89%
G = 47.57%
B = 38.54%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#28896F (or 0x28896F) is known color: Elf Green. HEX triplet: 28, 89 and 6F. RGB value is (40,137,111). Sum of RGB (Red+Green+Blue) = 40+137+111=288 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.89% from 288); Green value is 137 (53.91% from 255 or 47.57% from 288); Blue value is 111 (43.75% from 255 or 38.54% from 288); Max value from RGB is 137 - color contains mainly: green. Hex color #28896F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28896F is #D77690. Grayscale: #696969. Windows color (decimal): -14120593 or 7309608. OLE color: 7309608.

HSL color Cylindrical-coordinate representation of color #28896F: hue angle of 163.92º 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 #28896F is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB 40 137 111 -
CMYK 0.71 0 0.19 0.46
HSL 163.92º 0.55% 0.35% -
HSV(B) 163.92º 0.71% 0.54% -
XYZ 12.69 19.49 18.13 -
YUV 105.03 131.36 81.61 -
System Red Green Blue C M Y K H S L
Decimal 40 137 111 0.71 0 0.19 0.46 163.92 0.55 0.35
Hex 28 89 6F 47 0 13 2E A4 37 23
Octal 50 211 157 107 0 23 56 244 67 43
Binary 101000 10001001 1101111 1000111 0 10011 101110 10100100 110111 100011

Color Harmonies of #28896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28896F

Black with #28896F

Text Example


Text Example

White with #28896F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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