#0B482F

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

Shades of Zuccini #0B482F

Tints of Zuccini #0B482F

Color information

#0B482F (or 0x0B482F) is unknown color: approx Zuccini. HEX triplet: 0B, 48 and 2F. RGB value is (11,72,47). Sum of RGB (Red+Green+Blue) = 11+72+47=130 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.46% from 130); Green value is 72 (28.52% from 255 or 55.38% from 130); Blue value is 47 (18.75% from 255 or 36.15% from 130); Max value from RGB is 72 - color contains mainly: green. Hex color #0B482F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B482F is #F4B7D0. Grayscale: #323232. Windows color (decimal): -16037841 or 3098635. OLE color: 3098635.

HSL color Cylindrical-coordinate representation of color #0B482F: hue angle of 155.41º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B482F is Cyan = 0.85, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB117247-
CMYK0.8500.350.72
HSL155.41º73.49%16.27%-
HSV(B)155.41º84.72%28.24%-
XYZ2.974.913.48-
YUV50.91125.7999.53-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.46%
GREEN value IS 72 (28.52% from 255) = 55.38%
BLUE value IS 47 (18.75% from 255) = 36.15%
R=8.46%
G=55.38%
B=36.15%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1172470.8500.350.72155.4173.4916.27
HexB482F55023489b4910
Octal131105712504311023311120
Binary1011100100010111110101010100011100100010011011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B482F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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