#0B452E

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

Shades of British Racing Green #0B452E

Tints of British Racing Green #0B452E

Color information

#0B452E (or 0x0B452E) is unknown color: approx British Racing Green. HEX triplet: 0B, 45 and 2E. RGB value is (11,69,46). Sum of RGB (Red+Green+Blue) = 11+69+46=126 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.73% from 126); Green value is 69 (27.34% from 255 or 54.76% from 126); Blue value is 46 (18.36% from 255 or 36.51% from 126); Max value from RGB is 69 - color contains mainly: green. Hex color #0B452E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B452E is #F4BAD1. Grayscale: #313131. Windows color (decimal): -16038610 or 3032331. OLE color: 3032331.

HSL color Cylindrical-coordinate representation of color #0B452E: hue angle of 156.21º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B452E is Cyan = 0.84, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.

Color convert

RGB116946-
CMYK0.8400.330.73
HSL156.21º72.5%15.69%-
HSV(B)156.21º84.06%27.06%-
XYZ2.764.523.31-
YUV49.04126.28100.87-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.73%
GREEN value IS 69 (27.34% from 255) = 54.76%
BLUE value IS 46 (18.36% from 255) = 36.51%
R=8.73%
G=54.76%
B=36.51%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1169460.8400.330.73156.2172.515.69
HexB452E54021499c4810
Octal131055612404111123411020
Binary1011100010110111010101000100001100100110011100100100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B452E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,69,46); }

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

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

 a { background-color: rgb(11,69,46); }

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

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

 span { border-color: rgb(11,69,46); }

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