#0B2F0A

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

Shades of Myrtle #0B2F0A

Tints of Myrtle #0B2F0A

Color information

#0B2F0A (or 0x0B2F0A) is unknown color: approx Myrtle. HEX triplet: 0B, 2F and 0A. RGB value is (11,47,10). Sum of RGB (Red+Green+Blue) = 11+47+10=68 (9% of max value = 765). Red value is 11 (4.69% from 255 or 16.18% from 68); Green value is 47 (18.75% from 255 or 69.12% from 68); Blue value is 10 (4.30% from 255 or 14.71% from 68); Max value from RGB is 47 - color contains mainly: green. Hex color #0B2F0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2F0A is #F4D0F5. Grayscale: #202020. Windows color (decimal): -16044278 or 667403. OLE color: 667403.

HSL color Cylindrical-coordinate representation of color #0B2F0A: hue angle of 118.38º degrees, saturation: 0.65, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0B2F0A is Cyan = 0.77, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.82.

Color convert

RGB114710-
CMYK0.7700.790.82
HSL118.38º64.91%11.18%-
HSV(B)118.38º78.72%18.43%-
XYZ1.212.130.63-
YUV32.02115.57113.01-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 16.18%
GREEN value IS 47 (18.75% from 255) = 69.12%
BLUE value IS 10 (4.30% from 255) = 14.71%
R=16.18%
G=69.12%
B=14.71%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1147100.7700.790.82118.3864.9111.18
HexB2FA4D04F527641b
Octal135712115011712216610113
Binary101110111110101001101010011111010010111011010000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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