#0B412C

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

Shades of British Racing Green #0B412C

Tints of British Racing Green #0B412C

Color information

#0B412C (or 0x0B412C) is unknown color: approx British Racing Green. HEX triplet: 0B, 41 and 2C. RGB value is (11,65,44). Sum of RGB (Red+Green+Blue) = 11+65+44=120 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.17% from 120); Green value is 65 (25.78% from 255 or 54.17% from 120); Blue value is 44 (17.58% from 255 or 36.67% from 120); Max value from RGB is 65 - color contains mainly: green. Hex color #0B412C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B412C is #F4BED3. Grayscale: #2E2E2E. Windows color (decimal): -16039636 or 2900235. OLE color: 2900235.

HSL color Cylindrical-coordinate representation of color #0B412C: hue angle of 156.67º 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 #0B412C is Cyan = 0.83, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB116544-
CMYK0.8300.320.75
HSL156.67º71.05%14.9%-
HSV(B)156.67º83.08%25.49%-
XYZ2.484.033.03-
YUV46.46126.61102.71-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.17%
GREEN value IS 65 (25.78% from 255) = 54.17%
BLUE value IS 44 (17.58% from 255) = 36.67%
R=9.17%
G=54.17%
B=36.67%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1165440.8300.320.75156.6771.0514.9
HexB412C530204B9d47f
Octal131015412304011323510717
Binary101110000011011001010011010000010010111001110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B412C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,65,44); }

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

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

 a { background-color: rgb(11,65,44); }

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

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

 span { border-color: rgb(11,65,44); }

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