Html Css Color HEX #0B4122 British Racing Green

📋 copy color: '#0B4122'

red 11 ◦ green 65 ◦ blue 34

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

Shades of British Racing Green #0B4122

Tints of British Racing Green #0B4122

RGB

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

 GREEN value IS 65 (25.78% from 255) = 59.09%

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

R = 10%
G = 59.09%
B = 30.91%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#0B4122 (or 0x0B4122) is known color: British Racing Green. HEX triplet: 0B, 41 and 22. RGB value is (11,65,34). Sum of RGB (Red+Green+Blue) = 11+65+34=110 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10% from 110); Green value is 65 (25.78% from 255 or 59.09% from 110); Blue value is 34 (13.67% from 255 or 30.91% from 110); Max value from RGB is 65 - color contains mainly: green. Hex color #0B4122 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4122 is #F4BEDD. Grayscale: #2D2D2D. Windows color (decimal): -16039646 or 2244875. OLE color: 2244875.

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

Color convert

RGB 11 65 34 -
CMYK 0.83 0 0.48 0.75
HSL 145.56º 0.71% 0.15% -
HSV(B) 145.56º 0.83% 0.25% -
XYZ 2.32 3.97 2.16 -
YUV 45.32 121.61 103.52 -
System Red Green Blue C M Y K H S L
Decimal 11 65 34 0.83 0 0.48 0.75 145.56 0.71 0.15
Hex B 41 22 53 0 30 4B 92 47 F
Octal 13 101 42 123 0 60 113 222 107 17
Binary 1011 1000001 100010 1010011 0 110000 1001011 10010010 1000111 1111

Color Harmonies of #0B4122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4122

Black with #0B4122

Text Example


Text Example

White with #0B4122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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