#094F2C

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

Shades of Zuccini #094F2C

Tints of Zuccini #094F2C

Color information

#094F2C (or 0x094F2C) is unknown color: approx Zuccini. HEX triplet: 09, 4F and 2C. RGB value is (9,79,44). Sum of RGB (Red+Green+Blue) = 9+79+44=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 79 (31.25% from 255 or 59.85% from 132); Blue value is 44 (17.58% from 255 or 33.33% from 132); Max value from RGB is 79 - color contains mainly: green. Hex color #094F2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #094F2C is #F6B0D3. Grayscale: #363636. Windows color (decimal): -16167124 or 2903817. OLE color: 2903817.

HSL color Cylindrical-coordinate representation of color #094F2C: hue angle of 150º 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 #094F2C is Cyan = 0.89, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB97944-
CMYK0.8900.440.69
HSL150º79.55%17.25%-
HSV(B)150º88.61%30.98%-
XYZ3.365.833.33-
YUV54.08122.3195.85-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.82%
GREEN value IS 79 (31.25% from 255) = 59.85%
BLUE value IS 44 (17.58% from 255) = 33.33%
R=6.82%
G=59.85%
B=33.33%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal979440.8900.440.6915079.5517.25
Hex94F2C5902C45965011
Octal111175413105410522612021
Binary1001100111110110010110010101100100010110010110101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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