#0F472E

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

Shades of Zuccini #0F472E

Tints of Zuccini #0F472E

Color information

#0F472E (or 0x0F472E) is unknown color: approx Zuccini. HEX triplet: 0F, 47 and 2E. RGB value is (15,71,46). Sum of RGB (Red+Green+Blue) = 15+71+46=132 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.36% from 132); Green value is 71 (28.12% from 255 or 53.79% from 132); Blue value is 46 (18.36% from 255 or 34.85% from 132); Max value from RGB is 71 - color contains mainly: green. Hex color #0F472E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F472E is #F0B8D1. Grayscale: #333333. Windows color (decimal): -15775954 or 3032847. OLE color: 3032847.

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

Color convert

RGB157146-
CMYK0.7900.350.72
HSL153.21º65.12%16.86%-
HSV(B)153.21º78.87%27.84%-
XYZ2.944.813.36-
YUV51.41124.95102.03-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.36%
GREEN value IS 71 (28.12% from 255) = 53.79%
BLUE value IS 46 (18.36% from 255) = 34.85%
R=11.36%
G=53.79%
B=34.85%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1571460.7900.350.72153.2165.1216.86
HexF472E4F02348994111
Octal171075611704311023110121
Binary1111100011110111010011110100011100100010011001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F472E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,71,46); }

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

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

 a { background-color: rgb(15,71,46); }

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

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

 span { border-color: rgb(15,71,46); }

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