#28B47F

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

Shades of Jungle Green #28B47F

Tints of Jungle Green #28B47F

Color information

#28B47F (or 0x28B47F) is unknown color: approx Jungle Green. HEX triplet: 28, B4 and 7F. RGB value is (40,180,127). Sum of RGB (Red+Green+Blue) = 40+180+127=347 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.53% from 347); Green value is 180 (70.70% from 255 or 51.87% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 180 - color contains mainly: green. Hex color #28B47F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28B47F is #D74B80. Grayscale: #848484. Windows color (decimal): -14109569 or 8369192. OLE color: 8369192.

HSL color Cylindrical-coordinate representation of color #28B47F: hue angle of 157.29º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B47F is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB40180127-
CMYK0.7800.290.29
HSL157.29º63.64%43.14%-
HSV(B)157.29º77.78%70.59%-
XYZ21.0334.6325.65-
YUV132.1125.1262.31-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.53%
GREEN value IS 180 (70.70% from 255) = 51.87%
BLUE value IS 127 (50% from 255) = 36.60%
R=11.53%
G=51.87%
B=36.60%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal401801270.7800.290.29157.2963.6443.14
Hex28B47F4E01D1D9d402b
Octal502641771160353523510053
Binary101000101101001111111100111001110111101100111011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28B47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,180,127); }

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

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

 a { background-color: rgb(40,180,127); }

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

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

 span { border-color: rgb(40,180,127); }

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