#094F2D

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

Shades of Zuccini #094F2D

Tints of Zuccini #094F2D

Color information

#094F2D (or 0x094F2D) is unknown color: approx Zuccini. HEX triplet: 09, 4F and 2D. RGB value is (9,79,45). Sum of RGB (Red+Green+Blue) = 9+79+45=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 79 (31.25% from 255 or 59.40% from 133); Blue value is 45 (17.97% from 255 or 33.83% from 133); Max value from RGB is 79 - color contains mainly: green. Hex color #094F2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #094F2D is #F6B0D2. Grayscale: #363636. Windows color (decimal): -16167123 or 2969353. OLE color: 2969353.

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

Color convert

RGB97945-
CMYK0.8900.430.69
HSL150.86º79.55%17.25%-
HSV(B)150.86º88.61%30.98%-
XYZ3.385.843.43-
YUV54.19122.8195.76-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.77%
GREEN value IS 79 (31.25% from 255) = 59.40%
BLUE value IS 45 (17.97% from 255) = 33.83%
R=6.77%
G=59.40%
B=33.83%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal979450.8900.430.69150.8679.5517.25
Hex94F2D5902B45975011
Octal111175513105310522712021
Binary1001100111110110110110010101011100010110010111101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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