#729F2C

Color #729F2C Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #729F2C

Tints of Sushi #729F2C

Color information

#729F2C (or 0x729F2C) is unknown color: approx Sushi. HEX triplet: 72, 9F and 2C. RGB value is (114,159,44). Sum of RGB (Red+Green+Blue) = 114+159+44=317 (41% of max value = 765). Red value is 114 (44.92% from 255 or 35.96% from 317); Green value is 159 (62.5% from 255 or 50.16% from 317); Blue value is 44 (17.58% from 255 or 13.88% from 317); Max value from RGB is 159 - color contains mainly: green. Hex color #729F2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729F2C is #8D60D3. Grayscale: #848484. Windows color (decimal): -9265364 or 2924402. OLE color: 2924402.

HSL color Cylindrical-coordinate representation of color #729F2C: hue angle of 83.48º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #729F2C is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB11415944-
CMYK0.2800.720.38
HSL83.48º56.65%39.8%-
HSV(B)83.48º72.33%62.35%-
XYZ19.7928.566.85-
YUV132.4478.09114.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.96%
GREEN value IS 159 (62.5% from 255) = 50.16%
BLUE value IS 44 (17.58% from 255) = 13.88%
R=35.96%
G=50.16%
B=13.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal114159440.2800.720.3883.4856.6539.8
Hex729F2C1C04826533928
Octal16223754340110461237150
Binary11100101001111110110011100010010001001101010011111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729F2C; }

 p { color: rgb(114,159,44); }

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

<style>
 a { background-color: #729F2C; }

 a { background-color: rgb(114,159,44); }

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

<style>
 span { border-color: #729F2C; }

 span { border-color: rgb(114,159,44); }

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