#0B3223

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

Shades of Dark Green #0B3223

Tints of Dark Green #0B3223

Color information

#0B3223 (or 0x0B3223) is unknown color: approx Dark Green. HEX triplet: 0B, 32 and 23. RGB value is (11,50,35). Sum of RGB (Red+Green+Blue) = 11+50+35=96 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.46% from 96); Green value is 50 (19.92% from 255 or 52.08% from 96); Blue value is 35 (14.06% from 255 or 36.46% from 96); Max value from RGB is 50 - color contains mainly: green. Hex color #0B3223 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3223 is #F4CDDC. Grayscale: #242424. Windows color (decimal): -16043485 or 2306571. OLE color: 2306571.

HSL color Cylindrical-coordinate representation of color #0B3223: hue angle of 156.92º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0B3223 is Cyan = 0.78, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.80.

Color convert

RGB115035-
CMYK0.7800.300.80
HSL156.92º63.93%11.96%-
HSV(B)156.92º78%19.61%-
XYZ1.582.471.98-
YUV36.63127.08109.72-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.46%
GREEN value IS 50 (19.92% from 255) = 52.08%
BLUE value IS 35 (14.06% from 255) = 36.46%
R=11.46%
G=52.08%
B=36.46%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1150350.7800.300.80156.9263.9311.96
HexB32234E01E509d40c
Octal13624311603612023510014
Binary1011110010100011100111001111010100001001110110000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,50,35); }

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

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

 a { background-color: rgb(11,50,35); }

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

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

 span { border-color: rgb(11,50,35); }

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