#03471A

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

Shades of British Racing Green #03471A

Tints of British Racing Green #03471A

Color information

#03471A (or 0x03471A) is unknown color: approx British Racing Green. HEX triplet: 03, 47 and 1A. RGB value is (3,71,26). Sum of RGB (Red+Green+Blue) = 3+71+26=100 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3% from 100); Green value is 71 (28.12% from 255 or 71% from 100); Blue value is 26 (10.55% from 255 or 26% from 100); Max value from RGB is 71 - color contains mainly: green. Hex color #03471A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03471A is #FCB8E5. Grayscale: #2D2D2D. Windows color (decimal): -16562406 or 1722115. OLE color: 1722115.

HSL color Cylindrical-coordinate representation of color #03471A: hue angle of 140.29º 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 #03471A is Cyan = 0.96, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.72.

Color convert

RGB37126-
CMYK0.9600.630.72
HSL140.29º91.89%14.51%-
HSV(B)140.29º95.77%27.84%-
XYZ2.484.61.73-
YUV45.54116.9797.66-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3%
GREEN value IS 71 (28.12% from 255) = 71%
BLUE value IS 26 (10.55% from 255) = 26%
R=3%
G=71%
B=26%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal371260.9600.630.72140.2991.8914.51
Hex3471A6003F488c5cf
Octal31073214007711021413417
Binary111000111110101100000011111110010001000110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03471A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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