#0B3A27

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

Shades of British Racing Green #0B3A27

Tints of British Racing Green #0B3A27

Color information

#0B3A27 (or 0x0B3A27) is unknown color: approx British Racing Green. HEX triplet: 0B, 3A and 27. RGB value is (11,58,39). Sum of RGB (Red+Green+Blue) = 11+58+39=108 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.19% from 108); Green value is 58 (23.05% from 255 or 53.70% from 108); Blue value is 39 (15.62% from 255 or 36.11% from 108); Max value from RGB is 58 - color contains mainly: green. Hex color #0B3A27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3A27 is #F4C5D8. Grayscale: #292929. Windows color (decimal): -16041433 or 2570763. OLE color: 2570763.

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

Color convert

RGB115839-
CMYK0.8100.330.77
HSL155.74º68.12%13.53%-
HSV(B)155.74º81.03%22.75%-
XYZ2.023.242.44-
YUV41.78126.43106.04-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.19%
GREEN value IS 58 (23.05% from 255) = 53.70%
BLUE value IS 39 (15.62% from 255) = 36.11%
R=10.19%
G=53.70%
B=36.11%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1158390.8100.330.77155.7468.1213.53
HexB3A27510214D9c44e
Octal13724712104111523410416
Binary10111110101001111010001010000110011011001110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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