#0B2422

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

Shades of Dark Green #0B2422

Tints of Dark Green #0B2422

Color information

#0B2422 (or 0x0B2422) is unknown color: approx Dark Green. HEX triplet: 0B, 24 and 22. RGB value is (11,36,34). Sum of RGB (Red+Green+Blue) = 11+36+34=81 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.58% from 81); Green value is 36 (14.45% from 255 or 44.44% from 81); Blue value is 34 (13.67% from 255 or 41.98% from 81); Max value from RGB is 36 - color contains mainly: green. Hex color #0B2422 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2422 is #F4DBDD. Grayscale: #1C1C1C. Windows color (decimal): -16047070 or 2237451. OLE color: 2237451.

HSL color Cylindrical-coordinate representation of color #0B2422: hue angle of 175.2º degrees, saturation: 0.53, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0B2422 is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.86.

Color convert

RGB113634-
CMYK0.6900.060.86
HSL175.2º53.19%9.22%-
HSV(B)175.2º69.44%14.12%-
XYZ1.061.451.74-
YUV28.3131.22115.66-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 13.58%
GREEN value IS 36 (14.45% from 255) = 44.44%
BLUE value IS 34 (13.67% from 255) = 41.98%
R=13.58%
G=44.44%
B=41.98%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1136340.6900.060.86175.253.199.22
HexB2422450656af359
Octal134442105061262576511
Binary1011100100100010100010101101010110101011111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,36,34); }

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

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

 a { background-color: rgb(11,36,34); }

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

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

 span { border-color: rgb(11,36,34); }

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