#0B3B27

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

Shades of British Racing Green #0B3B27

Tints of British Racing Green #0B3B27

Color information

#0B3B27 (or 0x0B3B27) is unknown color: approx British Racing Green. HEX triplet: 0B, 3B and 27. RGB value is (11,59,39). Sum of RGB (Red+Green+Blue) = 11+59+39=109 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.09% from 109); Green value is 59 (23.44% from 255 or 54.13% from 109); Blue value is 39 (15.62% from 255 or 35.78% from 109); Max value from RGB is 59 - color contains mainly: green. Hex color #0B3B27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3B27 is #F4C4D8. Grayscale: #2A2A2A. Windows color (decimal): -16041177 or 2571019. OLE color: 2571019.

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

Color convert

RGB115939-
CMYK0.8100.340.77
HSL155º68.57%13.73%-
HSV(B)155º81.36%23.14%-
XYZ2.073.352.46-
YUV42.37126.1105.63-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.09%
GREEN value IS 59 (23.44% from 255) = 54.13%
BLUE value IS 39 (15.62% from 255) = 35.78%
R=10.09%
G=54.13%
B=35.78%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1159390.8100.340.7715568.5713.73
HexB3B27510224D9b45e
Octal13734712104211523310516
Binary10111110111001111010001010001010011011001101110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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