Html Css Color HEX #28AC7E Jungle Green

📋 copy color: '#28AC7E'

red 40 ◦ green 172 ◦ blue 126

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

Shades of Jungle Green #28AC7E

Tints of Jungle Green #28AC7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.28%

R = 11.83%
G = 50.89%
B = 37.28%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#28AC7E (or 0x28AC7E) is known color: Jungle Green. HEX triplet: 28, AC and 7E. RGB value is (40,172,126). Sum of RGB (Red+Green+Blue) = 40+172+126=338 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.83% from 338); Green value is 172 (67.58% from 255 or 50.89% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 172 - color contains mainly: green. Hex color #28AC7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AC7E is #D75381. Grayscale: #7F7F7F. Windows color (decimal): -14111618 or 8301608. OLE color: 8301608.

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

Color convert

RGB 40 172 126 -
CMYK 0.77 0 0.27 0.33
HSL 159.09º 0.62% 0.42% -
HSV(B) 159.09º 0.77% 0.67% -
XYZ 19.39 31.46 24.79 -
YUV 127.29 127.27 65.74 -
System Red Green Blue C M Y K H S L
Decimal 40 172 126 0.77 0 0.27 0.33 159.09 0.62 0.42
Hex 28 AC 7E 4D 0 1B 21 9F 3E 2A
Octal 50 254 176 115 0 33 41 237 76 52
Binary 101000 10101100 1111110 1001101 0 11011 100001 10011111 111110 101010

Color Harmonies of #28AC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AC7E

Black with #28AC7E

Text Example


Text Example

White with #28AC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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