#28B586

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

Shades of Jungle Green #28B586

Tints of Jungle Green #28B586

Color information

#28B586 (or 0x28B586) is unknown color: approx Jungle Green. HEX triplet: 28, B5 and 86. RGB value is (40,181,134). Sum of RGB (Red+Green+Blue) = 40+181+134=355 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.27% from 355); Green value is 181 (71.09% from 255 or 50.99% from 355); Blue value is 134 (52.73% from 255 or 37.75% from 355); Max value from RGB is 181 - color contains mainly: green. Hex color #28B586 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28B586 is #D74A79. Grayscale: #858585. Windows color (decimal): -14109306 or 8828200. OLE color: 8828200.

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

Color convert

RGB40181134-
CMYK0.7800.260.29
HSL160º63.8%43.33%-
HSV(B)160º77.9%70.98%-
XYZ21.735.2228.21-
YUV133.48128.2961.32-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.27%
GREEN value IS 181 (71.09% from 255) = 50.99%
BLUE value IS 134 (52.73% from 255) = 37.75%
R=11.27%
G=50.99%
B=37.75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal401811340.7800.260.2916063.843.33
Hex28B5864E01A1Da0402b
Octal502652061160323524010053
Binary1010001011010110000110100111001101011101101000001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28B586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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