#0B3923

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

Shades of British Racing Green #0B3923

Tints of British Racing Green #0B3923

Color information

#0B3923 (or 0x0B3923) is unknown color: approx British Racing Green. HEX triplet: 0B, 39 and 23. RGB value is (11,57,35). Sum of RGB (Red+Green+Blue) = 11+57+35=103 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.68% from 103); Green value is 57 (22.66% from 255 or 55.34% from 103); Blue value is 35 (14.06% from 255 or 33.98% from 103); Max value from RGB is 57 - color contains mainly: green. Hex color #0B3923 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3923 is #F4C6DC. Grayscale: #282828. Windows color (decimal): -16041693 or 2308363. OLE color: 2308363.

HSL color Cylindrical-coordinate representation of color #0B3923: hue angle of 151.3º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B3923 is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.78.

Color convert

RGB115735-
CMYK0.8100.390.78
HSL151.3º67.65%13.33%-
HSV(B)151.3º80.7%22.35%-
XYZ1.93.122.09-
YUV40.74124.76106.79-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.68%
GREEN value IS 57 (22.66% from 255) = 55.34%
BLUE value IS 35 (14.06% from 255) = 33.98%
R=10.68%
G=55.34%
B=33.98%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1157350.8100.390.78151.367.6513.33
HexB3923510274E9744d
Octal13714312104711622710415
Binary10111110011000111010001010011110011101001011110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,57,35); }

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

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

 a { background-color: rgb(11,57,35); }

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

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

 span { border-color: rgb(11,57,35); }

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