#28B788

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

Shades of Jungle Green #28B788

Tints of Jungle Green #28B788

Color information

#28B788 (or 0x28B788) is unknown color: approx Jungle Green. HEX triplet: 28, B7 and 88. RGB value is (40,183,136). Sum of RGB (Red+Green+Blue) = 40+183+136=359 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.14% from 359); Green value is 183 (71.88% from 255 or 50.97% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 183 - color contains mainly: green. Hex color #28B788 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28B788 is #D74877. Grayscale: #868686. Windows color (decimal): -14108792 or 8959784. OLE color: 8959784.

HSL color Cylindrical-coordinate representation of color #28B788: hue angle of 160.28º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B788 is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB40183136-
CMYK0.7800.260.28
HSL160.28º64.13%43.73%-
HSV(B)160.28º78.14%71.76%-
XYZ22.2536.129.09-
YUV134.88128.6260.32-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.14%
GREEN value IS 183 (71.88% from 255) = 50.97%
BLUE value IS 136 (53.52% from 255) = 37.88%
R=11.14%
G=50.97%
B=37.88%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal401831360.7800.260.28160.2864.1343.73
Hex28B7884E01A1Ca0402c
Octal502672101160323424010054
Binary1010001011011110001000100111001101011100101000001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28B788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,183,136); }

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

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

 a { background-color: rgb(40,183,136); }

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

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

 span { border-color: rgb(40,183,136); }

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