Html Css Color HEX #0B3223 Dark Green

📋 copy color: '#0B3223'

red 11 ◦ green 50 ◦ blue 35

#0B3223
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #0B3223

Tints of Dark Green #0B3223

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 value IS 0.78

 M value IS 0

 Y value IS 0.30

 K value IS 0.80

RGB Variations

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

Color information

#0B3223 (or 0x0B3223) is known color: 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

RGB 11 50 35 -
CMYK 0.78 0 0.30 0.80
HSL 156.92º 0.64% 0.12% -
HSV(B) 156.92º 0.78% 0.2% -
XYZ 1.58 2.47 1.98 -
YUV 36.63 127.08 109.72 -
System Red Green Blue C M Y K H S L
Decimal 11 50 35 0.78 0 0.30 0.80 156.92 0.64 0.12
Hex B 32 23 4E 0 1E 50 9D 40 C
Octal 13 62 43 116 0 36 120 235 100 14
Binary 1011 110010 100011 1001110 0 11110 1010000 10011101 1000000 1100

Color Harmonies of #0B3223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3223

Black with #0B3223

Text Example


Text Example

White with #0B3223

Text Example


Text Example

HTML Codes & Css Web 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>