#0F402C

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

Shades of Zuccini #0F402C

Tints of Zuccini #0F402C

Color information

#0F402C (or 0x0F402C) is unknown color: approx Zuccini. HEX triplet: 0F, 40 and 2C. RGB value is (15,64,44). Sum of RGB (Red+Green+Blue) = 15+64+44=123 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.20% from 123); Green value is 64 (25.39% from 255 or 52.03% from 123); Blue value is 44 (17.58% from 255 or 35.77% from 123); Max value from RGB is 64 - color contains mainly: green. Hex color #0F402C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F402C is #F0BFD3. Grayscale: #2F2F2F. Windows color (decimal): -15777748 or 2899983. OLE color: 2899983.

HSL color Cylindrical-coordinate representation of color #0F402C: hue angle of 155.51º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F402C is Cyan = 0.77, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB156444-
CMYK0.7700.310.75
HSL155.51º62.03%15.49%-
HSV(B)155.51º76.56%25.1%-
XYZ2.493.953.01-
YUV47.07126.27105.13-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.20%
GREEN value IS 64 (25.39% from 255) = 52.03%
BLUE value IS 44 (17.58% from 255) = 35.77%
R=12.20%
G=52.03%
B=35.77%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1564440.7700.310.75155.5162.0315.49
HexF402C4D01F4B9c3ef
Octal17100541150371132347617
Binary1111100000010110010011010111111001011100111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F402C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,64,44); }

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

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

 a { background-color: rgb(15,64,44); }

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

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

 span { border-color: rgb(15,64,44); }

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