#0B402F

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

Shades of British Racing Green #0B402F

Tints of British Racing Green #0B402F

Color information

#0B402F (or 0x0B402F) is unknown color: approx British Racing Green. HEX triplet: 0B, 40 and 2F. RGB value is (11,64,47). Sum of RGB (Red+Green+Blue) = 11+64+47=122 (16% of max value = 765). Red value is 11 (4.69% from 255 or 9.02% from 122); Green value is 64 (25.39% from 255 or 52.46% from 122); Blue value is 47 (18.75% from 255 or 38.52% from 122); Max value from RGB is 64 - color contains mainly: green. Hex color #0B402F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B402F is #F4BFD0. Grayscale: #2E2E2E. Windows color (decimal): -16039889 or 3096587. OLE color: 3096587.

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

Color convert

RGB116447-
CMYK0.8300.270.75
HSL160.75º70.67%14.71%-
HSV(B)160.75º82.81%25.1%-
XYZ2.483.943.32-
YUV46.22128.44102.88-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.02%
GREEN value IS 64 (25.39% from 255) = 52.46%
BLUE value IS 47 (18.75% from 255) = 38.52%
R=9.02%
G=52.46%
B=38.52%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1164470.8300.270.75160.7570.6714.71
HexB402F5301B4Ba147f
Octal131005712303311324110717
Binary10111000000101111101001101101110010111010000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B402F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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