#0B2E0D

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

Shades of Myrtle #0B2E0D

Tints of Myrtle #0B2E0D

Color information

#0B2E0D (or 0x0B2E0D) is unknown color: approx Myrtle. HEX triplet: 0B, 2E and 0D. RGB value is (11,46,13). Sum of RGB (Red+Green+Blue) = 11+46+13=70 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.71% from 70); Green value is 46 (18.36% from 255 or 65.71% from 70); Blue value is 13 (5.47% from 255 or 18.57% from 70); Max value from RGB is 46 - color contains mainly: green. Hex color #0B2E0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2E0D is #F4D1F2. Grayscale: #1F1F1F. Windows color (decimal): -16044531 or 863755. OLE color: 863755.

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

Color convert

RGB114613-
CMYK0.7600.720.82
HSL123.43º61.4%11.18%-
HSV(B)123.43º76.09%18.04%-
XYZ1.192.050.71-
YUV31.77117.4113.18-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 15.71%
GREEN value IS 46 (18.36% from 255) = 65.71%
BLUE value IS 13 (5.47% from 255) = 18.57%
R=15.71%
G=65.71%
B=18.57%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1146130.7600.720.82123.4361.411.18
HexB2ED4C048527b3db
Octal13561511401101221737513
Binary10111011101101100110001001000101001011110111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,46,13); }

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

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

 a { background-color: rgb(11,46,13); }

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

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

 span { border-color: rgb(11,46,13); }

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