#03471c

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

Shades of British Racing Green #03471C

Tints of British Racing Green #03471C

Color information

#03471C (or 0x03471C) is unknown color: approx British Racing Green. HEX triplet: 03, 47 and 1C. RGB value is (3,71,28). Sum of RGB (Red+Green+Blue) = 3+71+28=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 71 (28.12% from 255 or 69.61% from 102); Blue value is 28 (11.33% from 255 or 27.45% from 102); Max value from RGB is 71 - color contains mainly: green. Hex color #03471C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03471C is #FCB8E3. Grayscale: #2D2D2D. Windows color (decimal): -16562404 or 1853187. OLE color: 1853187.

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

Color convert

RGB37128-
CMYK0.9600.610.72
HSL142.06º91.89%14.51%-
HSV(B)142.06º95.77%27.84%-
XYZ2.54.611.86-
YUV45.77117.9797.5-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.94%
GREEN value IS 71 (28.12% from 255) = 69.61%
BLUE value IS 28 (11.33% from 255) = 27.45%
R=2.94%
G=69.61%
B=27.45%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal371280.9600.610.72142.0691.8914.51
Hex3471C6003D488e5cf
Octal31073414007511021613417
Binary111000111111001100000011110110010001000111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03471c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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