Html Css Color HEX #0B4422 British Racing Green

📋 copy color: '#0B4422'

red 11 ◦ green 68 ◦ blue 34

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

Shades of British Racing Green #0B4422

Tints of British Racing Green #0B4422

RGB

 RED value IS 11 (4.69% from 255) = 9.73%

 GREEN value IS 68 (26.95% from 255) = 60.18%

 BLUE value IS 34 (13.67% from 255) = 30.09%

R = 9.73%
G = 60.18%
B = 30.09%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.50

 K value IS 0.73

RGB Variations

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

Color information

#0B4422 (or 0x0B4422) is known color: British Racing Green. HEX triplet: 0B, 44 and 22. RGB value is (11,68,34). Sum of RGB (Red+Green+Blue) = 11+68+34=113 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.73% from 113); Green value is 68 (26.95% from 255 or 60.18% from 113); Blue value is 34 (13.67% from 255 or 30.09% from 113); Max value from RGB is 68 - color contains mainly: green. Hex color #0B4422 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4422 is #F4BBDD. Grayscale: #2F2F2F. Windows color (decimal): -16038878 or 2245643. OLE color: 2245643.

HSL color Cylindrical-coordinate representation of color #0B4422: hue angle of 144.21º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B4422 is Cyan = 0.84, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.73.

Color convert

RGB 11 68 34 -
CMYK 0.84 0 0.50 0.73
HSL 144.21º 0.72% 0.15% -
HSV(B) 144.21º 0.84% 0.27% -
XYZ 2.49 4.32 2.22 -
YUV 47.08 120.62 102.26 -
System Red Green Blue C M Y K H S L
Decimal 11 68 34 0.84 0 0.50 0.73 144.21 0.72 0.15
Hex B 44 22 54 0 32 49 90 48 F
Octal 13 104 42 124 0 62 111 220 110 17
Binary 1011 1000100 100010 1010100 0 110010 1001001 10010000 1001000 1111

Color Harmonies of #0B4422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4422

Black with #0B4422

Text Example


Text Example

White with #0B4422

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B4422;
 }
 .AnyTagClassName
 {
   color: #0B4422;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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