#0B432B

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

Shades of British Racing Green #0B432B

Tints of British Racing Green #0B432B

Color information

#0B432B (or 0x0B432B) is unknown color: approx British Racing Green. HEX triplet: 0B, 43 and 2B. RGB value is (11,67,43). Sum of RGB (Red+Green+Blue) = 11+67+43=121 (16% of max value = 765). Red value is 11 (4.69% from 255 or 9.09% from 121); Green value is 67 (26.56% from 255 or 55.37% from 121); Blue value is 43 (17.19% from 255 or 35.54% from 121); Max value from RGB is 67 - color contains mainly: green. Hex color #0B432B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B432B is #F4BCD4. Grayscale: #2F2F2F. Windows color (decimal): -16039125 or 2835211. OLE color: 2835211.

HSL color Cylindrical-coordinate representation of color #0B432B: hue angle of 154.29º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B432B is Cyan = 0.84, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.

Color convert

RGB116743-
CMYK0.8400.360.74
HSL154.29º71.79%15.29%-
HSV(B)154.29º83.58%26.27%-
XYZ2.584.262.97-
YUV47.52125.45101.95-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.09%
GREEN value IS 67 (26.56% from 255) = 55.37%
BLUE value IS 43 (17.19% from 255) = 35.54%
R=9.09%
G=55.37%
B=35.54%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1167430.8400.360.74154.2971.7915.29
HexB432B540244A9a48f
Octal131035312404411223211017
Binary101110000111010111010100010010010010101001101010010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B432B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,67,43); }

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

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

 a { background-color: rgb(11,67,43); }

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

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

 span { border-color: rgb(11,67,43); }

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