Html Css Color HEX #28AD7C Jungle Green

📋 copy color: '#28AD7C'

red 40 ◦ green 173 ◦ blue 124

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

Shades of Jungle Green #28AD7C

Tints of Jungle Green #28AD7C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 51.34%

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

R = 11.87%
G = 51.34%
B = 36.8%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#28AD7C (or 0x28AD7C) is known color: Jungle Green. HEX triplet: 28, AD and 7C. RGB value is (40,173,124). Sum of RGB (Red+Green+Blue) = 40+173+124=337 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.87% from 337); Green value is 173 (67.97% from 255 or 51.34% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 173 - color contains mainly: green. Hex color #28AD7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AD7C is #D75283. Grayscale: #7F7F7F. Windows color (decimal): -14111364 or 8170792. OLE color: 8170792.

HSL color Cylindrical-coordinate representation of color #28AD7C: hue angle of 157.89º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AD7C is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 40 173 124 -
CMYK 0.77 0 0.28 0.32
HSL 157.89º 0.62% 0.42% -
HSV(B) 157.89º 0.77% 0.68% -
XYZ 19.46 31.79 24.18 -
YUV 127.65 125.94 65.48 -
System Red Green Blue C M Y K H S L
Decimal 40 173 124 0.77 0 0.28 0.32 157.89 0.62 0.42
Hex 28 AD 7C 4D 0 1C 20 9E 3E 2A
Octal 50 255 174 115 0 34 40 236 76 52
Binary 101000 10101101 1111100 1001101 0 11100 100000 10011110 111110 101010

Color Harmonies of #28AD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AD7C

Black with #28AD7C

Text Example


Text Example

White with #28AD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28AD7C; }

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

 H1.HeaderClassName
 {
   color: #28AD7C;
 }
 .AnyTagClassName
 {
   color: #28AD7C;
 }
</style>

background-color css

<style>
 a { background-color: #28AD7C; }

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

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

border-color css

<style>
 span { border-color: #28AD7C; }

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

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