Html Css Color HEX #0B4224 British Racing Green

📋 copy color: '#0B4224'

red 11 ◦ green 66 ◦ blue 36

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

Shades of British Racing Green #0B4224

Tints of British Racing Green #0B4224

RGB

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

 GREEN value IS 66 (26.17% from 255) = 58.41%

 BLUE value IS 36 (14.45% from 255) = 31.86%

R = 9.73%
G = 58.41%
B = 31.86%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.45

 K value IS 0.74

RGB Variations

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

Color information

#0B4224 (or 0x0B4224) is known color: British Racing Green. HEX triplet: 0B, 42 and 24. RGB value is (11,66,36). Sum of RGB (Red+Green+Blue) = 11+66+36=113 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.73% from 113); Green value is 66 (26.17% from 255 or 58.41% from 113); Blue value is 36 (14.45% from 255 or 31.86% from 113); Max value from RGB is 66 - color contains mainly: green. Hex color #0B4224 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4224 is #F4BDDB. Grayscale: #2E2E2E. Windows color (decimal): -16039388 or 2376203. OLE color: 2376203.

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

Color convert

RGB 11 66 36 -
CMYK 0.83 0 0.45 0.74
HSL 147.27º 0.71% 0.15% -
HSV(B) 147.27º 0.83% 0.26% -
XYZ 2.4 4.09 2.33 -
YUV 46.14 122.28 102.94 -
System Red Green Blue C M Y K H S L
Decimal 11 66 36 0.83 0 0.45 0.74 147.27 0.71 0.15
Hex B 42 24 53 0 2D 4A 93 47 F
Octal 13 102 44 123 0 55 112 223 107 17
Binary 1011 1000010 100100 1010011 0 101101 1001010 10010011 1000111 1111

Color Harmonies of #0B4224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4224

Black with #0B4224

Text Example


Text Example

White with #0B4224

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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