#0F482A

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

Shades of Zuccini #0F482A

Tints of Zuccini #0F482A

Color information

#0F482A (or 0x0F482A) is unknown color: approx Zuccini. HEX triplet: 0F, 48 and 2A. RGB value is (15,72,42). Sum of RGB (Red+Green+Blue) = 15+72+42=129 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.63% from 129); Green value is 72 (28.52% from 255 or 55.81% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 72 - color contains mainly: green. Hex color #0F482A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F482A is #F0B7D5. Grayscale: #333333. Windows color (decimal): -15775702 or 2770959. OLE color: 2770959.

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

Color convert

RGB157242-
CMYK0.7900.420.72
HSL148.42º65.52%17.06%-
HSV(B)148.42º79.17%28.24%-
XYZ2.934.92.98-
YUV51.54122.62101.94-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.63%
GREEN value IS 72 (28.52% from 255) = 55.81%
BLUE value IS 42 (16.80% from 255) = 32.56%
R=11.63%
G=55.81%
B=32.56%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1572420.7900.420.72148.4265.5217.06
HexF482A4F02A48944211
Octal171105211705211022410221
Binary1111100100010101010011110101010100100010010100100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F482A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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