Html Css Color HEX #28AC7F Jungle Green

📋 copy color: '#28AC7F'

red 40 ◦ green 172 ◦ blue 127

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

Shades of Jungle Green #28AC7F

Tints of Jungle Green #28AC7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.46%

R = 11.8%
G = 50.74%
B = 37.46%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#28AC7F (or 0x28AC7F) is known color: Jungle Green. HEX triplet: 28, AC and 7F. RGB value is (40,172,127). Sum of RGB (Red+Green+Blue) = 40+172+127=339 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.80% from 339); Green value is 172 (67.58% from 255 or 50.74% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 172 - color contains mainly: green. Hex color #28AC7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AC7F is #D75380. Grayscale: #7F7F7F. Windows color (decimal): -14111617 or 8367144. OLE color: 8367144.

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

Color convert

RGB 40 172 127 -
CMYK 0.77 0 0.26 0.33
HSL 159.55º 0.62% 0.42% -
HSV(B) 159.55º 0.77% 0.67% -
XYZ 19.46 31.49 25.13 -
YUV 127.4 127.77 65.66 -
System Red Green Blue C M Y K H S L
Decimal 40 172 127 0.77 0 0.26 0.33 159.55 0.62 0.42
Hex 28 AC 7F 4D 0 1A 21 A0 3E 2A
Octal 50 254 177 115 0 32 41 240 76 52
Binary 101000 10101100 1111111 1001101 0 11010 100001 10100000 111110 101010

Color Harmonies of #28AC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AC7F

Black with #28AC7F

Text Example


Text Example

White with #28AC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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