#0B4023

Color #0B4023 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #0B4023

Tints of British Racing Green #0B4023

Color information

#0B4023 (or 0x0B4023) is unknown color: approx British Racing Green. HEX triplet: 0B, 40 and 23. RGB value is (11,64,35). Sum of RGB (Red+Green+Blue) = 11+64+35=110 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10% from 110); Green value is 64 (25.39% from 255 or 58.18% from 110); Blue value is 35 (14.06% from 255 or 31.82% from 110); Max value from RGB is 64 - color contains mainly: green. Hex color #0B4023 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4023 is #F4BFDC. Grayscale: #2C2C2C. Windows color (decimal): -16039901 or 2310155. OLE color: 2310155.

HSL color Cylindrical-coordinate representation of color #0B4023: hue angle of 147.17º 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 #0B4023 is Cyan = 0.83, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB116435-
CMYK0.8300.450.75
HSL147.17º70.67%14.71%-
HSV(B)147.17º82.81%25.1%-
XYZ2.273.862.22-
YUV44.85122.44103.86-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10%
GREEN value IS 64 (25.39% from 255) = 58.18%
BLUE value IS 35 (14.06% from 255) = 31.82%
R=10%
G=58.18%
B=31.82%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1164350.8300.450.75147.1770.6714.71
HexB40235302D4B9347f
Octal131004312305511322310717
Binary101110000001000111010011010110110010111001001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B4023;
 }
 .AnyTagClassName
 {
   color: #0B4023;
 }
</style>
background-color css

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

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

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

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

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

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