#72B283

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

Shades of Bay Leaf #72B283

Tints of Bay Leaf #72B283

Color information

#72B283 (or 0x72B283) is unknown color: approx Bay Leaf. HEX triplet: 72, B2 and 83. RGB value is (114,178,131). Sum of RGB (Red+Green+Blue) = 114+178+131=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 178 (69.92% from 255 or 42.08% from 423); Blue value is 131 (51.56% from 255 or 30.97% from 423); Max value from RGB is 178 - color contains mainly: green. Hex color #72B283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72B283 is #8D4D7C. Grayscale: #999999. Windows color (decimal): -9260413 or 8630898. OLE color: 8630898.

HSL color Cylindrical-coordinate representation of color #72B283: hue angle of 135.94º 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 #72B283 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB114178131-
CMYK0.3600.260.30
HSL135.94º29.36%57.25%-
HSV(B)135.94º35.96%69.8%-
XYZ26.9637.0627.2-
YUV153.51115.399.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.95%
GREEN value IS 178 (69.92% from 255) = 42.08%
BLUE value IS 131 (51.56% from 255) = 30.97%
R=26.95%
G=42.08%
B=30.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1141781310.3600.260.30135.9429.3657.25
Hex72B2832401A1E881d39
Octal16226220344032362103571
Binary11100101011001010000011100100011010111101000100011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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