#28AD7F

Color #28AD7F Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #28AD7F

Tints of Jungle Green #28AD7F

Color information

#28AD7F (or 0x28AD7F) is unknown color: approx Jungle Green. HEX triplet: 28, AD and 7F. RGB value is (40,173,127). Sum of RGB (Red+Green+Blue) = 40+173+127=340 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.76% from 340); Green value is 173 (67.97% from 255 or 50.88% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 173 - color contains mainly: green. Hex color #28AD7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AD7F is #D75280. Grayscale: #808080. Windows color (decimal): -14111361 or 8367400. OLE color: 8367400.

HSL color Cylindrical-coordinate representation of color #28AD7F: hue angle of 159.25º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AD7F is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB40173127-
CMYK0.7700.270.32
HSL159.25º62.44%41.76%-
HSV(B)159.25º76.88%67.84%-
XYZ19.6531.8725.19-
YUV127.99127.4465.24-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.76%
GREEN value IS 173 (67.97% from 255) = 50.88%
BLUE value IS 127 (50% from 255) = 37.35%
R=11.76%
G=50.88%
B=37.35%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal401731270.7700.270.32159.2562.4441.76
Hex28AD7F4D01B209f3e2a
Octal50255177115033402377652
Binary101000101011011111111100110101101110000010011111111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28AD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #28AD7F;
 }
 .AnyTagClassName
 {
   color: #28AD7F;
 }
</style>
background-color css

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

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

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

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

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

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