#72B28C

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

Shades of Bay Leaf #72B28C

Tints of Bay Leaf #72B28C

Color information

#72B28C (or 0x72B28C) is unknown color: approx Bay Leaf. HEX triplet: 72, B2 and 8C. RGB value is (114,178,140). Sum of RGB (Red+Green+Blue) = 114+178+140=432 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.39% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 178 - color contains mainly: green. Hex color #72B28C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72B28C is #8D4D73. Grayscale: #9A9A9A. Windows color (decimal): -9260404 or 9220722. OLE color: 9220722.

HSL color Cylindrical-coordinate representation of color #72B28C: hue angle of 144.38º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #72B28C is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB114178140-
CMYK0.3600.210.30
HSL144.38º29.36%57.25%-
HSV(B)144.38º35.96%69.8%-
XYZ27.5937.3130.56-
YUV154.53119.899.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.39%
GREEN value IS 178 (69.92% from 255) = 41.20%
BLUE value IS 140 (55.08% from 255) = 32.41%
R=26.39%
G=41.20%
B=32.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1141781400.3600.210.30144.3829.3657.25
Hex72B28C240151E901d39
Octal16226221444025362203571
Binary11100101011001010001100100100010101111101001000011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72B28C; }

 p { color: rgb(114,178,140); }

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

<style>
 a { background-color: #72B28C; }

 a { background-color: rgb(114,178,140); }

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

<style>
 span { border-color: #72B28C; }

 span { border-color: rgb(114,178,140); }

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