Html Css Color HEX #28AD87 Jungle Green

📋 copy color: '#28AD87'

red 40 ◦ green 173 ◦ blue 135

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

Shades of Jungle Green #28AD87

Tints of Jungle Green #28AD87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 38.79%

R = 11.49%
G = 49.71%
B = 38.79%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.22

 K value IS 0.32

RGB Variations

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

Color information

#28AD87 (or 0x28AD87) is known color: Jungle Green. HEX triplet: 28, AD and 87. RGB value is (40,173,135). Sum of RGB (Red+Green+Blue) = 40+173+135=348 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.49% from 348); Green value is 173 (67.97% from 255 or 49.71% from 348); Blue value is 135 (53.12% from 255 or 38.79% from 348); Max value from RGB is 173 - color contains mainly: green. Hex color #28AD87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AD87 is #D75278. Grayscale: #808080. Windows color (decimal): -14111353 or 8891688. OLE color: 8891688.

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

Color convert

RGB 40 173 135 -
CMYK 0.77 0 0.22 0.32
HSL 162.86º 0.62% 0.42% -
HSV(B) 162.86º 0.77% 0.68% -
XYZ 20.19 32.09 28.05 -
YUV 128.9 131.44 64.59 -
System Red Green Blue C M Y K H S L
Decimal 40 173 135 0.77 0 0.22 0.32 162.86 0.62 0.42
Hex 28 AD 87 4D 0 16 20 A3 3E 2A
Octal 50 255 207 115 0 26 40 243 76 52
Binary 101000 10101101 10000111 1001101 0 10110 100000 10100011 111110 101010

Color Harmonies of #28AD87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AD87

Black with #28AD87

Text Example


Text Example

White with #28AD87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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