#28B075

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

Shades of Jungle Green #28B075

Tints of Jungle Green #28B075

Color information

#28B075 (or 0x28B075) is unknown color: approx Jungle Green. HEX triplet: 28, B0 and 75. RGB value is (40,176,117). Sum of RGB (Red+Green+Blue) = 40+176+117=333 (44% of max value = 765). Red value is 40 (16.02% from 255 or 12.01% from 333); Green value is 176 (69.14% from 255 or 52.85% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 176 - color contains mainly: green. Hex color #28B075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28B075 is #D74F8A. Grayscale: #808080. Windows color (decimal): -14110603 or 7712808. OLE color: 7712808.

HSL color Cylindrical-coordinate representation of color #28B075: hue angle of 153.97º 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 #28B075 is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB40176117-
CMYK0.7700.340.31
HSL153.97º62.96%42.35%-
HSV(B)153.97º77.27%69.02%-
XYZ19.6132.7922.12-
YUV128.61121.4464.8-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.01%
GREEN value IS 176 (69.14% from 255) = 52.85%
BLUE value IS 117 (46.09% from 255) = 35.14%
R=12.01%
G=52.85%
B=35.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal401761170.7700.340.31153.9762.9642.35
Hex28B0754D0221F9a3f2a
Octal50260165115042372327752
Binary101000101100001110101100110101000101111110011010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28B075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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