#28B084

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

Shades of Jungle Green #28B084

Tints of Jungle Green #28B084

Color information

#28B084 (or 0x28B084) is unknown color: approx Jungle Green. HEX triplet: 28, B0 and 84. RGB value is (40,176,132). Sum of RGB (Red+Green+Blue) = 40+176+132=348 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.49% from 348); Green value is 176 (69.14% from 255 or 50.57% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 176 - color contains mainly: green. Hex color #28B084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28B084 is #D74F7B. Grayscale: #828282. Windows color (decimal): -14110588 or 8695848. OLE color: 8695848.

HSL color Cylindrical-coordinate representation of color #28B084: hue angle of 160.59º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28B084 is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB40176132-
CMYK0.7700.250.31
HSL160.59º62.96%42.35%-
HSV(B)160.59º77.27%69.02%-
XYZ20.5733.1727.15-
YUV130.32128.9463.58-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.49%
GREEN value IS 176 (69.14% from 255) = 50.57%
BLUE value IS 132 (51.95% from 255) = 37.93%
R=11.49%
G=50.57%
B=37.93%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal401761320.7700.250.31160.5962.9642.35
Hex28B0844D0191Fa13f2a
Octal50260204115031372417752
Binary101000101100001000010010011010110011111110100001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28B084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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