#03471B

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

Shades of British Racing Green #03471B

Tints of British Racing Green #03471B

Color information

#03471B (or 0x03471B) is unknown color: approx British Racing Green. HEX triplet: 03, 47 and 1B. RGB value is (3,71,27). Sum of RGB (Red+Green+Blue) = 3+71+27=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 71 (28.12% from 255 or 70.30% from 101); Blue value is 27 (10.94% from 255 or 26.73% from 101); Max value from RGB is 71 - color contains mainly: green. Hex color #03471B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03471B is #FCB8E4. Grayscale: #2D2D2D. Windows color (decimal): -16562405 or 1787651. OLE color: 1787651.

HSL color Cylindrical-coordinate representation of color #03471B: hue angle of 141.18º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03471B is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB37127-
CMYK0.9600.620.72
HSL141.18º91.89%14.51%-
HSV(B)141.18º95.77%27.84%-
XYZ2.494.61.79-
YUV45.65117.4797.58-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.97%
GREEN value IS 71 (28.12% from 255) = 70.30%
BLUE value IS 27 (10.94% from 255) = 26.73%
R=2.97%
G=70.30%
B=26.73%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal371270.9600.620.72141.1891.8914.51
Hex3471B6003E488d5cf
Octal31073314007611021513417
Binary111000111110111100000011111010010001000110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03471B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03471B; }

 p { color: rgb(3,71,27); }

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

<style>
 a { background-color: #03471B; }

 a { background-color: rgb(3,71,27); }

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

<style>
 span { border-color: #03471B; }

 span { border-color: rgb(3,71,27); }

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