Html Css Color HEX #28AC7C Jungle Green

📋 copy color: '#28AC7C'

red 40 ◦ green 172 ◦ blue 124

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

Shades of Jungle Green #28AC7C

Tints of Jungle Green #28AC7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.9%

R = 11.9%
G = 51.19%
B = 36.9%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#28AC7C (or 0x28AC7C) is known color: Jungle Green. HEX triplet: 28, AC and 7C. RGB value is (40,172,124). Sum of RGB (Red+Green+Blue) = 40+172+124=336 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.90% from 336); Green value is 172 (67.58% from 255 or 51.19% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 172 - color contains mainly: green. Hex color #28AC7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AC7C is #D75383. Grayscale: #7F7F7F. Windows color (decimal): -14111620 or 8170536. OLE color: 8170536.

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

Color convert

RGB 40 172 124 -
CMYK 0.77 0 0.28 0.33
HSL 158.18º 0.62% 0.42% -
HSV(B) 158.18º 0.77% 0.67% -
XYZ 19.27 31.41 24.12 -
YUV 127.06 126.27 65.9 -
System Red Green Blue C M Y K H S L
Decimal 40 172 124 0.77 0 0.28 0.33 158.18 0.62 0.42
Hex 28 AC 7C 4D 0 1C 21 9E 3E 2A
Octal 50 254 174 115 0 34 41 236 76 52
Binary 101000 10101100 1111100 1001101 0 11100 100001 10011110 111110 101010

Color Harmonies of #28AC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AC7C

Black with #28AC7C

Text Example


Text Example

White with #28AC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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