#0B3B24

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

Shades of British Racing Green #0B3B24

Tints of British Racing Green #0B3B24

Color information

#0B3B24 (or 0x0B3B24) is unknown color: approx British Racing Green. HEX triplet: 0B, 3B and 24. RGB value is (11,59,36). Sum of RGB (Red+Green+Blue) = 11+59+36=106 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.38% from 106); Green value is 59 (23.44% from 255 or 55.66% from 106); Blue value is 36 (14.45% from 255 or 33.96% from 106); Max value from RGB is 59 - color contains mainly: green. Hex color #0B3B24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3B24 is #F4C4DB. Grayscale: #2A2A2A. Windows color (decimal): -16041180 or 2374411. OLE color: 2374411.

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

Color convert

RGB115936-
CMYK0.8100.390.77
HSL151.25º68.57%13.73%-
HSV(B)151.25º81.36%23.14%-
XYZ2.023.332.2-
YUV42.03124.6105.87-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.38%
GREEN value IS 59 (23.44% from 255) = 55.66%
BLUE value IS 36 (14.45% from 255) = 33.96%
R=10.38%
G=55.66%
B=33.96%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1159360.8100.390.77151.2568.5713.73
HexB3B24510274D9745e
Octal13734412104711522710516
Binary10111110111001001010001010011110011011001011110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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