Html Css Color HEX #0B4429 British Racing Green

📋 copy color: '#0B4429'

red 11 ◦ green 68 ◦ blue 41

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

Shades of British Racing Green #0B4429

Tints of British Racing Green #0B4429

RGB

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

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

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

R = 9.17%
G = 56.67%
B = 34.17%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#0B4429 (or 0x0B4429) is known color: British Racing Green. HEX triplet: 0B, 44 and 29. RGB value is (11,68,41). Sum of RGB (Red+Green+Blue) = 11+68+41=120 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.17% from 120); Green value is 68 (26.95% from 255 or 56.67% from 120); Blue value is 41 (16.41% from 255 or 34.17% from 120); Max value from RGB is 68 - color contains mainly: green. Hex color #0B4429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4429 is #F4BBD6. Grayscale: #2F2F2F. Windows color (decimal): -16038871 or 2704395. OLE color: 2704395.

HSL color Cylindrical-coordinate representation of color #0B4429: hue angle of 151.58º 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 #0B4429 is Cyan = 0.84, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB 11 68 41 -
CMYK 0.84 0 0.40 0.73
HSL 151.58º 0.72% 0.15% -
HSV(B) 151.58º 0.84% 0.27% -
XYZ 2.61 4.37 2.8 -
YUV 47.88 124.12 101.7 -
System Red Green Blue C M Y K H S L
Decimal 11 68 41 0.84 0 0.40 0.73 151.58 0.72 0.15
Hex B 44 29 54 0 28 49 98 48 F
Octal 13 104 51 124 0 50 111 230 110 17
Binary 1011 1000100 101001 1010100 0 101000 1001001 10011000 1001000 1111

Color Harmonies of #0B4429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4429

Black with #0B4429

Text Example


Text Example

White with #0B4429

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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