Html Css Color HEX #28927C Elf Green

📋 copy color: '#28927C'

red 40 ◦ green 146 ◦ blue 124

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

Shades of Elf Green #28927C

Tints of Elf Green #28927C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 47.1%

 BLUE value IS 124 (48.83% from 255) = 40%

R = 12.9%
G = 47.1%
B = 40%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#28927C (or 0x28927C) is known color: Elf Green. HEX triplet: 28, 92 and 7C. RGB value is (40,146,124). Sum of RGB (Red+Green+Blue) = 40+146+124=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 146 (57.42% from 255 or 47.10% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 146 - color contains mainly: green. Hex color #28927C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28927C is #D76D83. Grayscale: #6F6F6F. Windows color (decimal): -14118276 or 8163880. OLE color: 8163880.

HSL color Cylindrical-coordinate representation of color #28927C: hue angle of 167.55º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28927C is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB 40 146 124 -
CMYK 0.73 0 0.15 0.43
HSL 167.55º 0.57% 0.36% -
HSV(B) 167.55º 0.73% 0.57% -
XYZ 14.79 22.46 22.63 -
YUV 111.8 134.88 76.79 -
System Red Green Blue C M Y K H S L
Decimal 40 146 124 0.73 0 0.15 0.43 167.55 0.57 0.36
Hex 28 92 7C 49 0 F 2B A8 39 24
Octal 50 222 174 111 0 17 53 250 71 44
Binary 101000 10010010 1111100 1001001 0 1111 101011 10101000 111001 100100

Color Harmonies of #28927C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28927C

Black with #28927C

Text Example


Text Example

White with #28927C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28927C; }

 p { color: rgb(40,146,124); }

 H1.HeaderClassName
 {
   color: #28927C;
 }
 .AnyTagClassName
 {
   color: #28927C;
 }
</style>

background-color css

<style>
 a { background-color: #28927C; }

 a { background-color: rgb(40,146,124); }

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

border-color css

<style>
 span { border-color: #28927C; }

 span { border-color: rgb(40,146,124); }

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