Html Css Color HEX #0B4529 British Racing Green

📋 copy color: '#0B4529'

red 11 ◦ green 69 ◦ blue 41

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

Shades of British Racing Green #0B4529

Tints of British Racing Green #0B4529

RGB

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

 GREEN value IS 69 (27.34% from 255) = 57.02%

 BLUE value IS 41 (16.41% from 255) = 33.88%

R = 9.09%
G = 57.02%
B = 33.88%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#0B4529 (or 0x0B4529) is known color: British Racing Green. HEX triplet: 0B, 45 and 29. RGB value is (11,69,41). Sum of RGB (Red+Green+Blue) = 11+69+41=121 (16% of max value = 765). Red value is 11 (4.69% from 255 or 9.09% from 121); Green value is 69 (27.34% from 255 or 57.02% from 121); Blue value is 41 (16.41% from 255 or 33.88% from 121); Max value from RGB is 69 - color contains mainly: green. Hex color #0B4529 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4529 is #F4BAD6. Grayscale: #303030. Windows color (decimal): -16038615 or 2704651. OLE color: 2704651.

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

Color convert

RGB 11 69 41 -
CMYK 0.84 0 0.41 0.73
HSL 151.03º 0.73% 0.16% -
HSV(B) 151.03º 0.84% 0.27% -
XYZ 2.67 4.49 2.82 -
YUV 48.47 123.78 101.28 -
System Red Green Blue C M Y K H S L
Decimal 11 69 41 0.84 0 0.41 0.73 151.03 0.73 0.16
Hex B 45 29 54 0 29 49 97 48 10
Octal 13 105 51 124 0 51 111 227 110 20
Binary 1011 1000101 101001 1010100 0 101001 1001001 10010111 1001000 10000

Color Harmonies of #0B4529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4529

Black with #0B4529

Text Example


Text Example

White with #0B4529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,69,41); }

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

background-color css

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

 a { background-color: rgb(11,69,41); }

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

border-color css

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

 span { border-color: rgb(11,69,41); }

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