#28A07F

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

Shades of Jungle Green #28A07F

Tints of Jungle Green #28A07F

Color information

#28A07F (or 0x28A07F) is unknown color: approx Jungle Green. HEX triplet: 28, A0 and 7F. RGB value is (40,160,127). Sum of RGB (Red+Green+Blue) = 40+160+127=327 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.23% from 327); Green value is 160 (62.89% from 255 or 48.93% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 160 - color contains mainly: green. Hex color #28A07F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A07F is #D75F80. Grayscale: #787878. Windows color (decimal): -14114689 or 8364072. OLE color: 8364072.

HSL color Cylindrical-coordinate representation of color #28A07F: hue angle of 163.5º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28A07F is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB40160127-
CMYK0.7500.210.37
HSL163.5º60%39.22%-
HSV(B)163.5º75%62.75%-
XYZ17.2827.1324.4-
YUV120.36131.7470.68-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.23%
GREEN value IS 160 (62.89% from 255) = 48.93%
BLUE value IS 127 (50% from 255) = 38.84%
R=12.23%
G=48.93%
B=38.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal401601270.7500.210.37163.56039.22
Hex28A07F4B01525a43c27
Octal50240177113025452447447
Binary101000101000001111111100101101010110010110100100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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