#28BB8B

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

Shades of Jungle Green #28BB8B

Tints of Jungle Green #28BB8B

Color information

#28BB8B (or 0x28BB8B) is unknown color: approx Jungle Green. HEX triplet: 28, BB and 8B. RGB value is (40,187,139). Sum of RGB (Red+Green+Blue) = 40+187+139=366 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.93% from 366); Green value is 187 (73.44% from 255 or 51.09% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 187 - color contains mainly: green. Hex color #28BB8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BB8B is #D74474. Grayscale: #898989. Windows color (decimal): -14107765 or 9157416. OLE color: 9157416.

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

Color convert

RGB40187139-
CMYK0.7900.260.27
HSL160.41º64.76%44.51%-
HSV(B)160.41º78.61%73.33%-
XYZ23.3137.8630.5-
YUV137.57128.858.4-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.93%
GREEN value IS 187 (73.44% from 255) = 51.09%
BLUE value IS 139 (54.69% from 255) = 37.98%
R=10.93%
G=51.09%
B=37.98%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal401871390.7900.260.27160.4164.7644.51
Hex28BB8B4F01A1Ba0412d
Octal502732131170323324010155
Binary1010001011101110001011100111101101011011101000001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28BB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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