#28b384

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

Shades of Jungle Green #28B384

Tints of Jungle Green #28B384

Color information

#28B384 (or 0x28B384) is unknown color: approx Jungle Green. HEX triplet: 28, B3 and 84. RGB value is (40,179,132). Sum of RGB (Red+Green+Blue) = 40+179+132=351 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.40% from 351); Green value is 179 (70.31% from 255 or 51.00% from 351); Blue value is 132 (51.95% from 255 or 37.61% from 351); Max value from RGB is 179 - color contains mainly: green. Hex color #28B384 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28B384 is #D74C7B. Grayscale: #848484. Windows color (decimal): -14109820 or 8696616. OLE color: 8696616.

HSL color Cylindrical-coordinate representation of color #28B384: hue angle of 159.71º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B384 is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB40179132-
CMYK0.7800.260.30
HSL159.71º63.47%42.94%-
HSV(B)159.71º77.65%70.2%-
XYZ21.1634.3627.35-
YUV132.08127.9562.32-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.40%
GREEN value IS 179 (70.31% from 255) = 51.00%
BLUE value IS 132 (51.95% from 255) = 37.61%
R=11.40%
G=51.00%
B=37.61%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal401791320.7800.260.30159.7163.4742.94
Hex28B3844E01A1Ea03f2b
Octal50263204116032362407753
Binary101000101100111000010010011100110101111010100000111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28b384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,179,132); }

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

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

 a { background-color: rgb(40,179,132); }

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

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

 span { border-color: rgb(40,179,132); }

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