#0F402D

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

Shades of Zuccini #0F402D

Tints of Zuccini #0F402D

Color information

#0F402D (or 0x0F402D) is unknown color: approx Zuccini. HEX triplet: 0F, 40 and 2D. RGB value is (15,64,45). Sum of RGB (Red+Green+Blue) = 15+64+45=124 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.10% from 124); Green value is 64 (25.39% from 255 or 51.61% from 124); Blue value is 45 (17.97% from 255 or 36.29% from 124); Max value from RGB is 64 - color contains mainly: green. Hex color #0F402D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F402D is #F0BFD2. Grayscale: #2F2F2F. Windows color (decimal): -15777747 or 2965519. OLE color: 2965519.

HSL color Cylindrical-coordinate representation of color #0F402D: hue angle of 156.73º 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 #0F402D is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB156445-
CMYK0.7700.300.75
HSL156.73º62.03%15.49%-
HSV(B)156.73º76.56%25.1%-
XYZ2.53.963.11-
YUV47.18126.77105.04-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.10%
GREEN value IS 64 (25.39% from 255) = 51.61%
BLUE value IS 45 (17.97% from 255) = 36.29%
R=12.10%
G=51.61%
B=36.29%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1564450.7700.300.75156.7362.0315.49
HexF402D4D01E4B9d3ef
Octal17100551150361132357617
Binary1111100000010110110011010111101001011100111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F402D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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