#0B3E2C

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

Shades of British Racing Green #0B3E2C

Tints of British Racing Green #0B3E2C

Color information

#0B3E2C (or 0x0B3E2C) is unknown color: approx British Racing Green. HEX triplet: 0B, 3E and 2C. RGB value is (11,62,44). Sum of RGB (Red+Green+Blue) = 11+62+44=117 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.40% from 117); Green value is 62 (24.61% from 255 or 52.99% from 117); Blue value is 44 (17.58% from 255 or 37.61% from 117); Max value from RGB is 62 - color contains mainly: green. Hex color #0B3E2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3E2C is #F4C1D3. Grayscale: #2C2C2C. Windows color (decimal): -16040404 or 2899467. OLE color: 2899467.

HSL color Cylindrical-coordinate representation of color #0B3E2C: hue angle of 158.82º degrees, saturation: 0.7, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0B3E2C is Cyan = 0.82, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.76.

Color convert

RGB116244-
CMYK0.8200.290.76
HSL158.82º69.86%14.31%-
HSV(B)158.82º82.26%24.31%-
XYZ2.323.72.97-
YUV44.7127.6103.96-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.40%
GREEN value IS 62 (24.61% from 255) = 52.99%
BLUE value IS 44 (17.58% from 255) = 37.61%
R=9.40%
G=52.99%
B=37.61%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1162440.8200.290.76158.8269.8614.31
HexB3E2C5201D4C9f46e
Octal13765412203511423710616
Binary1011111110101100101001001110110011001001111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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