#0F4F27

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

Shades of Zuccini #0F4F27

Tints of Zuccini #0F4F27

Color information

#0F4F27 (or 0x0F4F27) is unknown color: approx Zuccini. HEX triplet: 0F, 4F and 27. RGB value is (15,79,39). Sum of RGB (Red+Green+Blue) = 15+79+39=133 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.28% from 133); Green value is 79 (31.25% from 255 or 59.40% from 133); Blue value is 39 (15.62% from 255 or 29.32% from 133); Max value from RGB is 79 - color contains mainly: green. Hex color #0F4F27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F4F27 is #F0B0D8. Grayscale: #373737. Windows color (decimal): -15773913 or 2576143. OLE color: 2576143.

HSL color Cylindrical-coordinate representation of color #0F4F27: hue angle of 142.5º 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 #0F4F27 is Cyan = 0.81, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.69.

Color convert

RGB157939-
CMYK0.8100.510.69
HSL142.5º68.09%18.43%-
HSV(B)142.5º81.01%30.98%-
XYZ3.365.842.87-
YUV55.3118.899.25-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.28%
GREEN value IS 79 (31.25% from 255) = 59.40%
BLUE value IS 39 (15.62% from 255) = 29.32%
R=11.28%
G=59.40%
B=29.32%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1579390.8100.510.69142.568.0918.43
HexF4F2751033458e4412
Octal171174712106310521610422
Binary1111100111110011110100010110011100010110001110100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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