Html Css Color HEX #28AC82 Jungle Green

📋 copy color: '#28AC82'

red 40 ◦ green 172 ◦ blue 130

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

Shades of Jungle Green #28AC82

Tints of Jungle Green #28AC82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 38.01%

R = 11.7%
G = 50.29%
B = 38.01%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#28AC82 (or 0x28AC82) is known color: Jungle Green. HEX triplet: 28, AC and 82. RGB value is (40,172,130). Sum of RGB (Red+Green+Blue) = 40+172+130=342 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.70% from 342); Green value is 172 (67.58% from 255 or 50.29% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 172 - color contains mainly: green. Hex color #28AC82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AC82 is #D7537D. Grayscale: #7F7F7F. Windows color (decimal): -14111614 or 8563752. OLE color: 8563752.

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

Color convert

RGB 40 172 130 -
CMYK 0.77 0 0.24 0.33
HSL 160.91º 0.62% 0.42% -
HSV(B) 160.91º 0.77% 0.67% -
XYZ 19.66 31.57 26.18 -
YUV 127.74 129.27 65.42 -
System Red Green Blue C M Y K H S L
Decimal 40 172 130 0.77 0 0.24 0.33 160.91 0.62 0.42
Hex 28 AC 82 4D 0 18 21 A1 3E 2A
Octal 50 254 202 115 0 30 41 241 76 52
Binary 101000 10101100 10000010 1001101 0 11000 100001 10100001 111110 101010

Color Harmonies of #28AC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AC82

Black with #28AC82

Text Example


Text Example

White with #28AC82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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