Html Css Color HEX #28AD7D Jungle Green

📋 copy color: '#28AD7D'

red 40 ◦ green 173 ◦ blue 125

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

Shades of Jungle Green #28AD7D

Tints of Jungle Green #28AD7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.98%

R = 11.83%
G = 51.18%
B = 36.98%

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

#28AD7D (or 0x28AD7D) is known color: Jungle Green. HEX triplet: 28, AD and 7D. RGB value is (40,173,125). Sum of RGB (Red+Green+Blue) = 40+173+125=338 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.83% from 338); Green value is 173 (67.97% from 255 or 51.18% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 173 - color contains mainly: green. Hex color #28AD7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AD7D is #D75282. Grayscale: #7F7F7F. Windows color (decimal): -14111363 or 8236328. OLE color: 8236328.

HSL color Cylindrical-coordinate representation of color #28AD7D: hue angle of 158.35º 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 #28AD7D is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 40 173 125 -
CMYK 0.77 0 0.28 0.32
HSL 158.35º 0.62% 0.42% -
HSV(B) 158.35º 0.77% 0.68% -
XYZ 19.52 31.82 24.51 -
YUV 127.76 126.44 65.4 -
System Red Green Blue C M Y K H S L
Decimal 40 173 125 0.77 0 0.28 0.32 158.35 0.62 0.42
Hex 28 AD 7D 4D 0 1C 20 9E 3E 2A
Octal 50 255 175 115 0 34 40 236 76 52
Binary 101000 10101101 1111101 1001101 0 11100 100000 10011110 111110 101010

Color Harmonies of #28AD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AD7D

Black with #28AD7D

Text Example


Text Example

White with #28AD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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