#0F422A

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

Shades of Zuccini #0F422A

Tints of Zuccini #0F422A

Color information

#0F422A (or 0x0F422A) is unknown color: approx Zuccini. HEX triplet: 0F, 42 and 2A. RGB value is (15,66,42). Sum of RGB (Red+Green+Blue) = 15+66+42=123 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.20% from 123); Green value is 66 (26.17% from 255 or 53.66% from 123); Blue value is 42 (16.80% from 255 or 34.15% from 123); Max value from RGB is 66 - color contains mainly: green. Hex color #0F422A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F422A is #F0BDD5. Grayscale: #303030. Windows color (decimal): -15777238 or 2769423. OLE color: 2769423.

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

Color convert

RGB156642-
CMYK0.7700.360.74
HSL151.76º62.96%15.88%-
HSV(B)151.76º77.27%25.88%-
XYZ2.564.172.86-
YUV48.02124.6104.45-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.20%
GREEN value IS 66 (26.17% from 255) = 53.66%
BLUE value IS 42 (16.80% from 255) = 34.15%
R=12.20%
G=53.66%
B=34.15%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1566420.7700.360.74151.7662.9615.88
HexF422A4D0244A983f10
Octal17102521150441122307720
Binary111110000101010101001101010010010010101001100011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F422A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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