#28B580

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

Shades of Jungle Green #28B580

Tints of Jungle Green #28B580

Color information

#28B580 (or 0x28B580) is unknown color: approx Jungle Green. HEX triplet: 28, B5 and 80. RGB value is (40,181,128). Sum of RGB (Red+Green+Blue) = 40+181+128=349 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.46% from 349); Green value is 181 (71.09% from 255 or 51.86% from 349); Blue value is 128 (50.39% from 255 or 36.68% from 349); Max value from RGB is 181 - color contains mainly: green. Hex color #28B580 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28B580 is #D74A7F. Grayscale: #848484. Windows color (decimal): -14109312 or 8434984. OLE color: 8434984.

HSL color Cylindrical-coordinate representation of color #28B580: hue angle of 157.45º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B580 is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB40181128-
CMYK0.7800.290.29
HSL157.45º63.8%43.33%-
HSV(B)157.45º77.9%70.98%-
XYZ21.335.0626.07-
YUV132.8125.2961.81-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.46%
GREEN value IS 181 (71.09% from 255) = 51.86%
BLUE value IS 128 (50.39% from 255) = 36.68%
R=11.46%
G=51.86%
B=36.68%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal401811280.7800.290.29157.4563.843.33
Hex28B5804E01D1D9d402b
Octal502652001160353523510053
Binary1010001011010110000000100111001110111101100111011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28B580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,181,128); }

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

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

 a { background-color: rgb(40,181,128); }

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

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

 span { border-color: rgb(40,181,128); }

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