#0B3A21

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

Shades of British Racing Green #0B3A21

Tints of British Racing Green #0B3A21

Color information

#0B3A21 (or 0x0B3A21) is unknown color: approx British Racing Green. HEX triplet: 0B, 3A and 21. RGB value is (11,58,33). Sum of RGB (Red+Green+Blue) = 11+58+33=102 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.78% from 102); Green value is 58 (23.05% from 255 or 56.86% from 102); Blue value is 33 (13.28% from 255 or 32.35% from 102); Max value from RGB is 58 - color contains mainly: green. Hex color #0B3A21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3A21 is #F4C5DE. Grayscale: #292929. Windows color (decimal): -16041439 or 2177547. OLE color: 2177547.

HSL color Cylindrical-coordinate representation of color #0B3A21: hue angle of 148.09º degrees, saturation: 0.68, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B3A21 is Cyan = 0.81, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.77.

Color convert

RGB115833-
CMYK0.8100.430.77
HSL148.09º68.12%13.53%-
HSV(B)148.09º81.03%22.75%-
XYZ1.933.211.96-
YUV41.1123.43106.53-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.78%
GREEN value IS 58 (23.05% from 255) = 56.86%
BLUE value IS 33 (13.28% from 255) = 32.35%
R=10.78%
G=56.86%
B=32.35%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1158330.8100.430.77148.0968.1213.53
HexB3A215102B4D9444e
Octal13724112105311522410416
Binary10111110101000011010001010101110011011001010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,58,33); }

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

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

 a { background-color: rgb(11,58,33); }

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

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

 span { border-color: rgb(11,58,33); }

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