#729E2B

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

Shades of Sushi #729E2B

Tints of Sushi #729E2B

Color information

#729E2B (or 0x729E2B) is unknown color: approx Sushi. HEX triplet: 72, 9E and 2B. RGB value is (114,158,43). Sum of RGB (Red+Green+Blue) = 114+158+43=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 158 (62.11% from 255 or 50.16% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 158 - color contains mainly: green. Hex color #729E2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729E2B is #8D61D4. Grayscale: #848484. Windows color (decimal): -9265621 or 2858610. OLE color: 2858610.

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

Color convert

RGB11415843-
CMYK0.2800.730.38
HSL82.96º57.21%39.41%-
HSV(B)82.96º72.78%61.96%-
XYZ19.628.216.7-
YUV131.7377.92115.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.19%
GREEN value IS 158 (62.11% from 255) = 50.16%
BLUE value IS 43 (17.19% from 255) = 13.65%
R=36.19%
G=50.16%
B=13.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal114158430.2800.730.3882.9657.2139.41
Hex729E2B1C04926533927
Octal16223653340111461237147
Binary11100101001111010101111100010010011001101010011111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,158,43); }

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

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

 a { background-color: rgb(114,158,43); }

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

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

 span { border-color: rgb(114,158,43); }

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