#0B4027

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

Shades of British Racing Green #0B4027

Tints of British Racing Green #0B4027

Color information

#0B4027 (or 0x0B4027) is unknown color: approx British Racing Green. HEX triplet: 0B, 40 and 27. RGB value is (11,64,39). Sum of RGB (Red+Green+Blue) = 11+64+39=114 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.65% from 114); Green value is 64 (25.39% from 255 or 56.14% from 114); Blue value is 39 (15.62% from 255 or 34.21% from 114); Max value from RGB is 64 - color contains mainly: green. Hex color #0B4027 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4027 is #F4BFD8. Grayscale: #2D2D2D. Windows color (decimal): -16039897 or 2572299. OLE color: 2572299.

HSL color Cylindrical-coordinate representation of color #0B4027: hue angle of 151.7º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B4027 is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.75.

Color convert

RGB116439-
CMYK0.8300.390.75
HSL151.7º70.67%14.71%-
HSV(B)151.7º82.81%25.1%-
XYZ2.343.882.55-
YUV45.3124.44103.53-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.65%
GREEN value IS 64 (25.39% from 255) = 56.14%
BLUE value IS 39 (15.62% from 255) = 34.21%
R=9.65%
G=56.14%
B=34.21%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1164390.8300.390.75151.770.6714.71
HexB4027530274B9847f
Octal131004712304711323010717
Binary101110000001001111010011010011110010111001100010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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