#0F4827

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

Shades of Zuccini #0F4827

Tints of Zuccini #0F4827

Color information

#0F4827 (or 0x0F4827) is unknown color: approx Zuccini. HEX triplet: 0F, 48 and 27. RGB value is (15,72,39). Sum of RGB (Red+Green+Blue) = 15+72+39=126 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.90% from 126); Green value is 72 (28.52% from 255 or 57.14% from 126); Blue value is 39 (15.62% from 255 or 30.95% from 126); Max value from RGB is 72 - color contains mainly: green. Hex color #0F4827 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4827 is #F0B7D8. Grayscale: #333333. Windows color (decimal): -15775705 or 2574351. OLE color: 2574351.

HSL color Cylindrical-coordinate representation of color #0F4827: hue angle of 145.26º degrees, saturation: 0.66, 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 #0F4827 is Cyan = 0.79, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB157239-
CMYK0.7900.460.72
HSL145.26º65.52%17.06%-
HSV(B)145.26º79.17%28.24%-
XYZ2.884.882.71-
YUV51.19121.12102.18-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.90%
GREEN value IS 72 (28.52% from 255) = 57.14%
BLUE value IS 39 (15.62% from 255) = 30.95%
R=11.90%
G=57.14%
B=30.95%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1572390.7900.460.72145.2665.5217.06
HexF48274F02E48914211
Octal171104711705611022110221
Binary1111100100010011110011110101110100100010010001100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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