#28B285

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

Shades of Jungle Green #28B285

Tints of Jungle Green #28B285

Color information

#28B285 (or 0x28B285) is unknown color: approx Jungle Green. HEX triplet: 28, B2 and 85. RGB value is (40,178,133). Sum of RGB (Red+Green+Blue) = 40+178+133=351 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.40% from 351); Green value is 178 (69.92% from 255 or 50.71% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 178 - color contains mainly: green. Hex color #28B285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28B285 is #D74D7A. Grayscale: #838383. Windows color (decimal): -14110075 or 8761896. OLE color: 8761896.

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

Color convert

RGB40178133-
CMYK0.7800.250.30
HSL160.43º63.3%42.75%-
HSV(B)160.43º77.53%69.8%-
XYZ21.0333.9927.64-
YUV131.61128.7862.66-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.40%
GREEN value IS 178 (69.92% from 255) = 50.71%
BLUE value IS 133 (52.34% from 255) = 37.89%
R=11.40%
G=50.71%
B=37.89%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal401781330.7800.250.30160.4363.342.75
Hex28B2854E0191Ea03f2b
Octal50262205116031362407753
Binary101000101100101000010110011100110011111010100000111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28B285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,178,133); }

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

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

 a { background-color: rgb(40,178,133); }

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

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

 span { border-color: rgb(40,178,133); }

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