Html Css Color HEX #28AA87 Jungle Green

📋 copy color: '#28AA87'

red 40 ◦ green 170 ◦ blue 135

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

Shades of Jungle Green #28AA87

Tints of Jungle Green #28AA87

RGB

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

 GREEN value IS 170 (66.8% from 255) = 49.28%

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

R = 11.59%
G = 49.28%
B = 39.13%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#28AA87 (or 0x28AA87) is known color: Jungle Green. HEX triplet: 28, AA and 87. RGB value is (40,170,135). Sum of RGB (Red+Green+Blue) = 40+170+135=345 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.59% from 345); Green value is 170 (66.80% from 255 or 49.28% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 170 - color contains mainly: green. Hex color #28AA87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AA87 is #D75578. Grayscale: #7F7F7F. Windows color (decimal): -14112121 or 8890920. OLE color: 8890920.

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

Color convert

RGB 40 170 135 -
CMYK 0.76 0 0.21 0.33
HSL 163.85º 0.62% 0.41% -
HSV(B) 163.85º 0.76% 0.67% -
XYZ 19.62 30.95 27.86 -
YUV 127.14 132.43 65.85 -
System Red Green Blue C M Y K H S L
Decimal 40 170 135 0.76 0 0.21 0.33 163.85 0.62 0.41
Hex 28 AA 87 4C 0 15 21 A4 3E 29
Octal 50 252 207 114 0 25 41 244 76 51
Binary 101000 10101010 10000111 1001100 0 10101 100001 10100100 111110 101001

Color Harmonies of #28AA87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AA87

Black with #28AA87

Text Example


Text Example

White with #28AA87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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