#0B3B26

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

Shades of British Racing Green #0B3B26

Tints of British Racing Green #0B3B26

Color information

#0B3B26 (or 0x0B3B26) is unknown color: approx British Racing Green. HEX triplet: 0B, 3B and 26. RGB value is (11,59,38). Sum of RGB (Red+Green+Blue) = 11+59+38=108 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.19% from 108); Green value is 59 (23.44% from 255 or 54.63% from 108); Blue value is 38 (15.23% from 255 or 35.19% from 108); Max value from RGB is 59 - color contains mainly: green. Hex color #0B3B26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3B26 is #F4C4D9. Grayscale: #2A2A2A. Windows color (decimal): -16041178 or 2505483. OLE color: 2505483.

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

Color convert

RGB115938-
CMYK0.8100.360.77
HSL153.75º68.57%13.73%-
HSV(B)153.75º81.36%23.14%-
XYZ2.053.342.37-
YUV42.25125.6105.71-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.19%
GREEN value IS 59 (23.44% from 255) = 54.63%
BLUE value IS 38 (15.23% from 255) = 35.19%
R=10.19%
G=54.63%
B=35.19%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1159380.8100.360.77153.7568.5713.73
HexB3B26510244D9a45e
Octal13734612104411523210516
Binary10111110111001101010001010010010011011001101010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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