#0B4024

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

Shades of British Racing Green #0B4024

Tints of British Racing Green #0B4024

Color information

#0B4024 (or 0x0B4024) is unknown color: approx British Racing Green. HEX triplet: 0B, 40 and 24. RGB value is (11,64,36). Sum of RGB (Red+Green+Blue) = 11+64+36=111 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.91% from 111); Green value is 64 (25.39% from 255 or 57.66% from 111); Blue value is 36 (14.45% from 255 or 32.43% from 111); Max value from RGB is 64 - color contains mainly: green. Hex color #0B4024 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4024 is #F4BFDB. Grayscale: #2D2D2D. Windows color (decimal): -16039900 or 2375691. OLE color: 2375691.

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

Color convert

RGB116436-
CMYK0.8300.440.75
HSL148.3º70.67%14.71%-
HSV(B)148.3º82.81%25.1%-
XYZ2.293.872.29-
YUV44.96122.94103.78-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.91%
GREEN value IS 64 (25.39% from 255) = 57.66%
BLUE value IS 36 (14.45% from 255) = 32.43%
R=9.91%
G=57.66%
B=32.43%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1164360.8300.440.75148.370.6714.71
HexB40245302C4B9447f
Octal131004412305411322410717
Binary101110000001001001010011010110010010111001010010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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