Html Css Color HEX #28AC87 Jungle Green

📋 copy color: '#28AC87'

red 40 ◦ green 172 ◦ blue 135

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

Shades of Jungle Green #28AC87

Tints of Jungle Green #28AC87

RGB

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

 GREEN value IS 172 (67.58% from 255) = 49.57%

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

R = 11.53%
G = 49.57%
B = 38.9%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#28AC87 (or 0x28AC87) is known color: Jungle Green. HEX triplet: 28, AC and 87. RGB value is (40,172,135). Sum of RGB (Red+Green+Blue) = 40+172+135=347 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.53% from 347); Green value is 172 (67.58% from 255 or 49.57% from 347); Blue value is 135 (53.12% from 255 or 38.90% from 347); Max value from RGB is 172 - color contains mainly: green. Hex color #28AC87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AC87 is #D75378. Grayscale: #808080. Windows color (decimal): -14111609 or 8891432. OLE color: 8891432.

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

Color convert

RGB 40 172 135 -
CMYK 0.77 0 0.22 0.33
HSL 163.18º 0.62% 0.42% -
HSV(B) 163.18º 0.77% 0.67% -
XYZ 20 31.71 27.99 -
YUV 128.31 131.77 65.01 -
System Red Green Blue C M Y K H S L
Decimal 40 172 135 0.77 0 0.22 0.33 163.18 0.62 0.42
Hex 28 AC 87 4D 0 16 21 A3 3E 2A
Octal 50 254 207 115 0 26 41 243 76 52
Binary 101000 10101100 10000111 1001101 0 10110 100001 10100011 111110 101010

Color Harmonies of #28AC87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AC87

Black with #28AC87

Text Example


Text Example

White with #28AC87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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