#0B3F24

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

Shades of British Racing Green #0B3F24

Tints of British Racing Green #0B3F24

Color information

#0B3F24 (or 0x0B3F24) is unknown color: approx British Racing Green. HEX triplet: 0B, 3F and 24. RGB value is (11,63,36). Sum of RGB (Red+Green+Blue) = 11+63+36=110 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10% from 110); Green value is 63 (25% from 255 or 57.27% from 110); Blue value is 36 (14.45% from 255 or 32.73% from 110); Max value from RGB is 63 - color contains mainly: green. Hex color #0B3F24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3F24 is #F4C0DB. Grayscale: #2C2C2C. Windows color (decimal): -16040156 or 2375435. OLE color: 2375435.

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

Color convert

RGB116336-
CMYK0.8300.430.75
HSL148.85º70.27%14.51%-
HSV(B)148.85º82.54%24.71%-
XYZ2.233.752.28-
YUV44.37123.27104.2-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10%
GREEN value IS 63 (25% from 255) = 57.27%
BLUE value IS 36 (14.45% from 255) = 32.73%
R=10%
G=57.27%
B=32.73%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1163360.8300.430.75148.8570.2714.51
HexB3F245302B4B9546f
Octal13774412305311322510617
Binary10111111111001001010011010101110010111001010110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,63,36); }

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

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

 a { background-color: rgb(11,63,36); }

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

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

 span { border-color: rgb(11,63,36); }

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