#0B2C1B

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

Shades of Dark Green #0B2C1B

Tints of Dark Green #0B2C1B

Color information

#0B2C1B (or 0x0B2C1B) is unknown color: approx Dark Green. HEX triplet: 0B, 2C and 1B. RGB value is (11,44,27). Sum of RGB (Red+Green+Blue) = 11+44+27=82 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.41% from 82); Green value is 44 (17.58% from 255 or 53.66% from 82); Blue value is 27 (10.94% from 255 or 32.93% from 82); Max value from RGB is 44 - color contains mainly: green. Hex color #0B2C1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2C1B is #F4D3E4. Grayscale: #202020. Windows color (decimal): -16045029 or 1780747. OLE color: 1780747.

HSL color Cylindrical-coordinate representation of color #0B2C1B: hue angle of 149.09º degrees, saturation: 0.6, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0B2C1B is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.83.

Color convert

RGB114427-
CMYK0.7500.390.83
HSL149.09º60%10.78%-
HSV(B)149.09º75%17.25%-
XYZ1.241.951.35-
YUV32.2125.07112.88-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 13.41%
GREEN value IS 44 (17.58% from 255) = 53.66%
BLUE value IS 27 (10.94% from 255) = 32.93%
R=13.41%
G=53.66%
B=32.93%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1144270.7500.390.83149.096010.78
HexB2C1B4B02753953cb
Octal1354331130471232257413
Binary101110110011011100101101001111010011100101011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,44,27); }

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

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

 a { background-color: rgb(11,44,27); }

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

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

 span { border-color: rgb(11,44,27); }

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