#0F482F

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

Shades of Zuccini #0F482F

Tints of Zuccini #0F482F

Color information

#0F482F (or 0x0F482F) is unknown color: approx Zuccini. HEX triplet: 0F, 48 and 2F. RGB value is (15,72,47). Sum of RGB (Red+Green+Blue) = 15+72+47=134 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.19% from 134); Green value is 72 (28.52% from 255 or 53.73% from 134); Blue value is 47 (18.75% from 255 or 35.07% from 134); Max value from RGB is 72 - color contains mainly: green. Hex color #0F482F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F482F is #F0B7D0. Grayscale: #343434. Windows color (decimal): -15775697 or 3098639. OLE color: 3098639.

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

Color convert

RGB157247-
CMYK0.7900.350.72
HSL153.68º65.52%17.06%-
HSV(B)153.68º79.17%28.24%-
XYZ3.034.943.48-
YUV52.11125.12101.53-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.19%
GREEN value IS 72 (28.52% from 255) = 53.73%
BLUE value IS 47 (18.75% from 255) = 35.07%
R=11.19%
G=53.73%
B=35.07%

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
Decimal1572470.7900.350.72153.6865.5217.06
HexF482F4F023489a4211
Octal171105711704311023210221
Binary1111100100010111110011110100011100100010011010100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F482F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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