#28b38b

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

Shades of Jungle Green #28B38B

Tints of Jungle Green #28B38B

Color information

#28B38B (or 0x28B38B) is unknown color: approx Jungle Green. HEX triplet: 28, B3 and 8B. RGB value is (40,179,139). Sum of RGB (Red+Green+Blue) = 40+179+139=358 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.17% from 358); Green value is 179 (70.31% from 255 or 50% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 179 - color contains mainly: green. Hex color #28B38B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28B38B is #D74C74. Grayscale: #848484. Windows color (decimal): -14109813 or 9155368. OLE color: 9155368.

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

Color convert

RGB40179139-
CMYK0.7800.220.30
HSL162.73º63.47%42.94%-
HSV(B)162.73º77.65%70.2%-
XYZ21.6634.5629.95-
YUV132.88131.4561.75-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.17%
GREEN value IS 179 (70.31% from 255) = 50%
BLUE value IS 139 (54.69% from 255) = 38.83%
R=11.17%
G=50%
B=38.83%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal401791390.7800.220.30162.7363.4742.94
Hex28B38B4E0161Ea33f2b
Octal50263213116026362437753
Binary101000101100111000101110011100101101111010100011111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28b38b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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