#0F4727

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

Shades of Zuccini #0F4727

Tints of Zuccini #0F4727

Color information

#0F4727 (or 0x0F4727) is unknown color: approx Zuccini. HEX triplet: 0F, 47 and 27. RGB value is (15,71,39). Sum of RGB (Red+Green+Blue) = 15+71+39=125 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12% from 125); Green value is 71 (28.12% from 255 or 56.8% from 125); Blue value is 39 (15.62% from 255 or 31.2% from 125); Max value from RGB is 71 - color contains mainly: green. Hex color #0F4727 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4727 is #F0B8D8. Grayscale: #323232. Windows color (decimal): -15775961 or 2574095. OLE color: 2574095.

HSL color Cylindrical-coordinate representation of color #0F4727: hue angle of 145.71º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F4727 is Cyan = 0.79, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.72.

Color convert

RGB157139-
CMYK0.7900.450.72
HSL145.71º65.12%16.86%-
HSV(B)145.71º78.87%27.84%-
XYZ2.824.752.69-
YUV50.61121.45102.6-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12%
GREEN value IS 71 (28.12% from 255) = 56.8%
BLUE value IS 39 (15.62% from 255) = 31.2%
R=12%
G=56.8%
B=31.2%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1571390.7900.450.72145.7165.1216.86
HexF47274F02D48924111
Octal171074711705511022210121
Binary1111100011110011110011110101101100100010010010100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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