Html Css Color HEX #0B4323 British Racing Green

📋 copy color: '#0B4323'

red 11 ◦ green 67 ◦ blue 35

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

Shades of British Racing Green #0B4323

Tints of British Racing Green #0B4323

RGB

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

 GREEN value IS 67 (26.56% from 255) = 59.29%

 BLUE value IS 35 (14.06% from 255) = 30.97%

R = 9.73%
G = 59.29%
B = 30.97%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.48

 K value IS 0.74

RGB Variations

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

Color information

#0B4323 (or 0x0B4323) is known color: British Racing Green. HEX triplet: 0B, 43 and 23. RGB value is (11,67,35). Sum of RGB (Red+Green+Blue) = 11+67+35=113 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.73% from 113); Green value is 67 (26.56% from 255 or 59.29% from 113); Blue value is 35 (14.06% from 255 or 30.97% from 113); Max value from RGB is 67 - color contains mainly: green. Hex color #0B4323 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4323 is #F4BCDC. Grayscale: #2E2E2E. Windows color (decimal): -16039133 or 2310923. OLE color: 2310923.

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

Color convert

RGB 11 67 35 -
CMYK 0.84 0 0.48 0.74
HSL 145.71º 0.72% 0.15% -
HSV(B) 145.71º 0.84% 0.26% -
XYZ 2.45 4.21 2.27 -
YUV 46.61 121.45 102.6 -
System Red Green Blue C M Y K H S L
Decimal 11 67 35 0.84 0 0.48 0.74 145.71 0.72 0.15
Hex B 43 23 54 0 30 4A 92 48 F
Octal 13 103 43 124 0 60 112 222 110 17
Binary 1011 1000011 100011 1010100 0 110000 1001010 10010010 1001000 1111

Color Harmonies of #0B4323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4323

Black with #0B4323

Text Example


Text Example

White with #0B4323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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