Html Css Color HEX #28917C Elf Green

📋 copy color: '#28917C'

red 40 ◦ green 145 ◦ blue 124

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

Shades of Elf Green #28917C

Tints of Elf Green #28917C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.93%

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

R = 12.94%
G = 46.93%
B = 40.13%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#28917C (or 0x28917C) is known color: Elf Green. HEX triplet: 28, 91 and 7C. RGB value is (40,145,124). Sum of RGB (Red+Green+Blue) = 40+145+124=309 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.94% from 309); Green value is 145 (57.03% from 255 or 46.93% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 145 - color contains mainly: green. Hex color #28917C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28917C is #D76E83. Grayscale: #6F6F6F. Windows color (decimal): -14118532 or 8163624. OLE color: 8163624.

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

Color convert

RGB 40 145 124 -
CMYK 0.72 0 0.14 0.43
HSL 168º 0.57% 0.36% -
HSV(B) 168º 0.72% 0.57% -
XYZ 14.64 22.16 22.57 -
YUV 111.21 135.21 77.21 -
System Red Green Blue C M Y K H S L
Decimal 40 145 124 0.72 0 0.14 0.43 168 0.57 0.36
Hex 28 91 7C 48 0 E 2B A8 39 24
Octal 50 221 174 110 0 16 53 250 71 44
Binary 101000 10010001 1111100 1001000 0 1110 101011 10101000 111001 100100

Color Harmonies of #28917C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28917C

Black with #28917C

Text Example


Text Example

White with #28917C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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