#0B3A24

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

Shades of British Racing Green #0B3A24

Tints of British Racing Green #0B3A24

Color information

#0B3A24 (or 0x0B3A24) is unknown color: approx British Racing Green. HEX triplet: 0B, 3A and 24. RGB value is (11,58,36). Sum of RGB (Red+Green+Blue) = 11+58+36=105 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.48% from 105); Green value is 58 (23.05% from 255 or 55.24% from 105); Blue value is 36 (14.45% from 255 or 34.29% from 105); Max value from RGB is 58 - color contains mainly: green. Hex color #0B3A24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3A24 is #F4C5DB. Grayscale: #292929. Windows color (decimal): -16041436 or 2374155. OLE color: 2374155.

HSL color Cylindrical-coordinate representation of color #0B3A24: hue angle of 151.91º 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 #0B3A24 is Cyan = 0.81, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.77.

Color convert

RGB115836-
CMYK0.8100.380.77
HSL151.91º68.12%13.53%-
HSV(B)151.91º81.03%22.75%-
XYZ1.973.222.19-
YUV41.44124.93106.29-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.48%
GREEN value IS 58 (23.05% from 255) = 55.24%
BLUE value IS 36 (14.45% from 255) = 34.29%
R=10.48%
G=55.24%
B=34.29%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1158360.8100.380.77151.9168.1213.53
HexB3A24510264D9844e
Octal13724412104611523010416
Binary10111110101001001010001010011010011011001100010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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