#0F442C

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

Shades of Zuccini #0F442C

Tints of Zuccini #0F442C

Color information

#0F442C (or 0x0F442C) is unknown color: approx Zuccini. HEX triplet: 0F, 44 and 2C. RGB value is (15,68,44). Sum of RGB (Red+Green+Blue) = 15+68+44=127 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.81% from 127); Green value is 68 (26.95% from 255 or 53.54% from 127); Blue value is 44 (17.58% from 255 or 34.65% from 127); Max value from RGB is 68 - color contains mainly: green. Hex color #0F442C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F442C is #F0BBD3. Grayscale: #313131. Windows color (decimal): -15776724 or 2901007. OLE color: 2901007.

HSL color Cylindrical-coordinate representation of color #0F442C: hue angle of 152.83º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0F442C is Cyan = 0.78, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.73.

Color convert

RGB156844-
CMYK0.7800.350.73
HSL152.83º63.86%16.27%-
HSV(B)152.83º77.94%26.67%-
XYZ2.724.423.09-
YUV49.42124.94103.45-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.81%
GREEN value IS 68 (26.95% from 255) = 53.54%
BLUE value IS 44 (17.58% from 255) = 34.65%
R=11.81%
G=53.54%
B=34.65%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1568440.7800.350.73152.8363.8616.27
HexF442C4E02349994010
Octal171045411604311123110020
Binary1111100010010110010011100100011100100110011001100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F442C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F442C; }

 p { color: rgb(15,68,44); }

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

<style>
 a { background-color: #0F442C; }

 a { background-color: rgb(15,68,44); }

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

<style>
 span { border-color: #0F442C; }

 span { border-color: rgb(15,68,44); }

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