#28BA8B

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

Shades of Jungle Green #28BA8B

Tints of Jungle Green #28BA8B

Color information

#28BA8B (or 0x28BA8B) is unknown color: approx Jungle Green. HEX triplet: 28, BA and 8B. RGB value is (40,186,139). Sum of RGB (Red+Green+Blue) = 40+186+139=365 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.96% from 365); Green value is 186 (73.05% from 255 or 50.96% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 186 - color contains mainly: green. Hex color #28BA8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BA8B is #D74574. Grayscale: #898989. Windows color (decimal): -14108021 or 9157160. OLE color: 9157160.

HSL color Cylindrical-coordinate representation of color #28BA8B: hue angle of 160.68º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28BA8B is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB40186139-
CMYK0.7800.250.27
HSL160.68º64.6%44.31%-
HSV(B)160.68º78.49%72.94%-
XYZ23.0937.4330.43-
YUV136.99129.1358.82-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.96%
GREEN value IS 186 (73.05% from 255) = 50.96%
BLUE value IS 139 (54.69% from 255) = 38.08%
R=10.96%
G=50.96%
B=38.08%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal401861390.7800.250.27160.6864.644.31
Hex28BA8B4E0191Ba1412c
Octal502722131160313324110154
Binary1010001011101010001011100111001100111011101000011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28BA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,186,139); }

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

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

 a { background-color: rgb(40,186,139); }

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

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

 span { border-color: rgb(40,186,139); }

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