#0F462F

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

Shades of Zuccini #0F462F

Tints of Zuccini #0F462F

Color information

#0F462F (or 0x0F462F) is unknown color: approx Zuccini. HEX triplet: 0F, 46 and 2F. RGB value is (15,70,47). Sum of RGB (Red+Green+Blue) = 15+70+47=132 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.36% from 132); Green value is 70 (27.73% from 255 or 53.03% from 132); Blue value is 47 (18.75% from 255 or 35.61% from 132); Max value from RGB is 70 - color contains mainly: green. Hex color #0F462F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F462F is #F0B9D0. Grayscale: #323232. Windows color (decimal): -15776209 or 3098127. OLE color: 3098127.

HSL color Cylindrical-coordinate representation of color #0F462F: hue angle of 154.91º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F462F is Cyan = 0.79, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.

Color convert

RGB157047-
CMYK0.7900.330.73
HSL154.91º64.71%16.67%-
HSV(B)154.91º78.57%27.45%-
XYZ2.94.693.44-
YUV50.93125.78102.37-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.36%
GREEN value IS 70 (27.73% from 255) = 53.03%
BLUE value IS 47 (18.75% from 255) = 35.61%
R=11.36%
G=53.03%
B=35.61%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1570470.7900.330.73154.9164.7116.67
HexF462F4F021499b4111
Octal171065711704111123310121
Binary1111100011010111110011110100001100100110011011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F462F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,70,47); }

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

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

 a { background-color: rgb(15,70,47); }

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

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

 span { border-color: rgb(15,70,47); }

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