#0F432A

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

Shades of Zuccini #0F432A

Tints of Zuccini #0F432A

Color information

#0F432A (or 0x0F432A) is unknown color: approx Zuccini. HEX triplet: 0F, 43 and 2A. RGB value is (15,67,42). Sum of RGB (Red+Green+Blue) = 15+67+42=124 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.10% from 124); Green value is 67 (26.56% from 255 or 54.03% from 124); Blue value is 42 (16.80% from 255 or 33.87% from 124); Max value from RGB is 67 - color contains mainly: green. Hex color #0F432A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F432A is #F0BCD5. Grayscale: #303030. Windows color (decimal): -15776982 or 2769679. OLE color: 2769679.

HSL color Cylindrical-coordinate representation of color #0F432A: hue angle of 151.15º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0F432A is Cyan = 0.78, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.74.

Color convert

RGB156742-
CMYK0.7800.370.74
HSL151.15º63.41%16.08%-
HSV(B)151.15º77.61%26.27%-
XYZ2.624.282.88-
YUV48.6124.27104.03-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.10%
GREEN value IS 67 (26.56% from 255) = 54.03%
BLUE value IS 42 (16.80% from 255) = 33.87%
R=12.10%
G=54.03%
B=33.87%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1567420.7800.370.74151.1563.4116.08
HexF432A4E0254A973f10
Octal17103521160451122277720
Binary111110000111010101001110010010110010101001011111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F432A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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