#094F29

Color #094F29 Zuccini (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zuccini #094F29

Tints of Zuccini #094F29

Color information

#094F29 (or 0x094F29) is unknown color: approx Zuccini. HEX triplet: 09, 4F and 29. RGB value is (9,79,41). Sum of RGB (Red+Green+Blue) = 9+79+41=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 79 (31.25% from 255 or 61.24% from 129); Blue value is 41 (16.41% from 255 or 31.78% from 129); Max value from RGB is 79 - color contains mainly: green. Hex color #094F29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #094F29 is #F6B0D6. Grayscale: #353535. Windows color (decimal): -16167127 or 2707209. OLE color: 2707209.

HSL color Cylindrical-coordinate representation of color #094F29: hue angle of 147.43º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #094F29 is Cyan = 0.89, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB97941-
CMYK0.8900.480.69
HSL147.43º79.55%17.25%-
HSV(B)147.43º88.61%30.98%-
XYZ3.315.813.04-
YUV53.74120.8196.09-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.98%
GREEN value IS 79 (31.25% from 255) = 61.24%
BLUE value IS 41 (16.41% from 255) = 31.78%
R=6.98%
G=61.24%
B=31.78%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal979410.8900.480.69147.4379.5517.25
Hex94F295903045935011
Octal111175113106010522312021
Binary1001100111110100110110010110000100010110010011101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094F29; }

 p { color: rgb(9,79,41); }

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

<style>
 a { background-color: #094F29; }

 a { background-color: rgb(9,79,41); }

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

<style>
 span { border-color: #094F29; }

 span { border-color: rgb(9,79,41); }

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