#03491E

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

Shades of British Racing Green #03491E

Tints of British Racing Green #03491E

Color information

#03491E (or 0x03491E) is unknown color: approx British Racing Green. HEX triplet: 03, 49 and 1E. RGB value is (3,73,30). Sum of RGB (Red+Green+Blue) = 3+73+30=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 73 (28.91% from 255 or 68.87% from 106); Blue value is 30 (12.11% from 255 or 28.30% from 106); Max value from RGB is 73 - color contains mainly: green. Hex color #03491E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03491E is #FCB6E1. Grayscale: #2F2F2F. Windows color (decimal): -16561890 or 1984771. OLE color: 1984771.

HSL color Cylindrical-coordinate representation of color #03491E: hue angle of 143.14º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03491E is Cyan = 0.96, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB37330-
CMYK0.9600.590.71
HSL143.14º92.11%14.9%-
HSV(B)143.14º95.89%28.63%-
XYZ2.654.882.03-
YUV47.17118.3196.5-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.83%
GREEN value IS 73 (28.91% from 255) = 68.87%
BLUE value IS 30 (12.11% from 255) = 28.30%
R=2.83%
G=68.87%
B=28.30%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal373300.9600.590.71143.1492.1114.9
Hex3491E6003B478f5cf
Octal31113614007310721713417
Binary111001001111101100000011101110001111000111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03491E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03491E; }

 p { color: rgb(3,73,30); }

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

<style>
 a { background-color: #03491E; }

 a { background-color: rgb(3,73,30); }

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

<style>
 span { border-color: #03491E; }

 span { border-color: rgb(3,73,30); }

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