#0F4029

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

Shades of Zuccini #0F4029

Tints of Zuccini #0F4029

Color information

#0F4029 (or 0x0F4029) is unknown color: approx Zuccini. HEX triplet: 0F, 40 and 29. RGB value is (15,64,41). Sum of RGB (Red+Green+Blue) = 15+64+41=120 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.5% from 120); Green value is 64 (25.39% from 255 or 53.33% from 120); Blue value is 41 (16.41% from 255 or 34.17% from 120); Max value from RGB is 64 - color contains mainly: green. Hex color #0F4029 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4029 is #F0BFD6. Grayscale: #2E2E2E. Windows color (decimal): -15777751 or 2703375. OLE color: 2703375.

HSL color Cylindrical-coordinate representation of color #0F4029: hue angle of 151.84º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F4029 is Cyan = 0.77, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.75.

Color convert

RGB156441-
CMYK0.7700.360.75
HSL151.84º62.03%15.49%-
HSV(B)151.84º76.56%25.1%-
XYZ2.433.932.73-
YUV46.73124.77105.37-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.5%
GREEN value IS 64 (25.39% from 255) = 53.33%
BLUE value IS 41 (16.41% from 255) = 34.17%
R=12.5%
G=53.33%
B=34.17%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1564410.7700.360.75151.8462.0315.49
HexF40294D0244B983ef
Octal17100511150441132307617
Binary11111000000101001100110101001001001011100110001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,64,41); }

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

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

 a { background-color: rgb(15,64,41); }

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

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

 span { border-color: rgb(15,64,41); }

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