#094F2A

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

Shades of Zuccini #094F2A

Tints of Zuccini #094F2A

Color information

#094F2A (or 0x094F2A) is unknown color: approx Zuccini. HEX triplet: 09, 4F and 2A. RGB value is (9,79,42). Sum of RGB (Red+Green+Blue) = 9+79+42=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 79 (31.25% from 255 or 60.77% from 130); Blue value is 42 (16.80% from 255 or 32.31% from 130); Max value from RGB is 79 - color contains mainly: green. Hex color #094F2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #094F2A is #F6B0D5. Grayscale: #353535. Windows color (decimal): -16167126 or 2772745. OLE color: 2772745.

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

Color convert

RGB97942-
CMYK0.8900.470.69
HSL148.29º79.55%17.25%-
HSV(B)148.29º88.61%30.98%-
XYZ3.335.823.14-
YUV53.85121.3196.01-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.92%
GREEN value IS 79 (31.25% from 255) = 60.77%
BLUE value IS 42 (16.80% from 255) = 32.31%
R=6.92%
G=60.77%
B=32.31%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal979420.8900.470.69148.2979.5517.25
Hex94F2A5902F45945011
Octal111175213105710522412021
Binary1001100111110101010110010101111100010110010100101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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