#0F4F28

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

Shades of Zuccini #0F4F28

Tints of Zuccini #0F4F28

Color information

#0F4F28 (or 0x0F4F28) is unknown color: approx Zuccini. HEX triplet: 0F, 4F and 28. RGB value is (15,79,40). Sum of RGB (Red+Green+Blue) = 15+79+40=134 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.19% from 134); Green value is 79 (31.25% from 255 or 58.96% from 134); Blue value is 40 (16.02% from 255 or 29.85% from 134); Max value from RGB is 79 - color contains mainly: green. Hex color #0F4F28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F4F28 is #F0B0D7. Grayscale: #373737. Windows color (decimal): -15773912 or 2641679. OLE color: 2641679.

HSL color Cylindrical-coordinate representation of color #0F4F28: hue angle of 143.44º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F4F28 is Cyan = 0.81, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB157940-
CMYK0.8100.490.69
HSL143.44º68.09%18.43%-
HSV(B)143.44º81.01%30.98%-
XYZ3.385.852.96-
YUV55.42119.399.17-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.19%
GREEN value IS 79 (31.25% from 255) = 58.96%
BLUE value IS 40 (16.02% from 255) = 29.85%
R=11.19%
G=58.96%
B=29.85%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1579400.8100.490.69143.4468.0918.43
HexF4F2851031458f4412
Octal171175012106110521710422
Binary1111100111110100010100010110001100010110001111100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,79,40); }

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

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

 a { background-color: rgb(15,79,40); }

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

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

 span { border-color: rgb(15,79,40); }

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