#80b28f

Color #80B28F Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #80B28F

Tints of Bay Leaf #80B28F

Color information

#80B28F (or 0x80B28F) is unknown color: approx Bay Leaf. HEX triplet: 80, B2 and 8F. RGB value is (128,178,143). Sum of RGB (Red+Green+Blue) = 128+178+143=449 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.51% from 449); Green value is 178 (69.92% from 255 or 39.64% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 178 - color contains mainly: green. Hex color #80B28F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80B28F is #7F4D70. Grayscale: #9F9F9F. Windows color (decimal): -8342897 or 9417344. OLE color: 9417344.

HSL color Cylindrical-coordinate representation of color #80B28F: hue angle of 138º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #80B28F is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB128178143-
CMYK0.2800.200.30
HSL138º24.51%60%-
HSV(B)138º28.09%69.8%-
XYZ29.7838.4131.83-
YUV159.06118.94105.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.51%
GREEN value IS 178 (69.92% from 255) = 39.64%
BLUE value IS 143 (56.25% from 255) = 31.85%
R=28.51%
G=39.64%
B=31.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1281781430.2800.200.3013824.5160
Hex80B28F1C0141E8a193c
Octal20026221734024362123174
Binary10000000101100101000111111100010100111101000101011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80b28f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80b28f; }

 p { color: rgb(128,178,143); }

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

<style>
 a { background-color: #80b28f; }

 a { background-color: rgb(128,178,143); }

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

<style>
 span { border-color: #80b28f; }

 span { border-color: rgb(128,178,143); }

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