#0f442d

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

Shades of Zuccini #0F442D

Tints of Zuccini #0F442D

Color information

#0F442D (or 0x0F442D) is unknown color: approx Zuccini. HEX triplet: 0F, 44 and 2D. RGB value is (15,68,45). Sum of RGB (Red+Green+Blue) = 15+68+45=128 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.72% from 128); Green value is 68 (26.95% from 255 or 53.12% from 128); Blue value is 45 (17.97% from 255 or 35.16% from 128); Max value from RGB is 68 - color contains mainly: green. Hex color #0F442D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F442D is #F0BBD2. Grayscale: #313131. Windows color (decimal): -15776723 or 2966543. OLE color: 2966543.

HSL color Cylindrical-coordinate representation of color #0F442D: hue angle of 153.96º 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 #0F442D is Cyan = 0.78, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB156845-
CMYK0.7800.340.73
HSL153.96º63.86%16.27%-
HSV(B)153.96º77.94%26.67%-
XYZ2.744.433.19-
YUV49.53125.44103.37-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.72%
GREEN value IS 68 (26.95% from 255) = 53.12%
BLUE value IS 45 (17.97% from 255) = 35.16%
R=11.72%
G=53.12%
B=35.16%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1568450.7800.340.73153.9663.8616.27
HexF442D4E022499a4010
Octal171045511604211123210020
Binary1111100010010110110011100100010100100110011010100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f442d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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