#03401D

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

Shades of British Racing Green #03401D

Tints of British Racing Green #03401D

Color information

#03401D (or 0x03401D) is unknown color: approx British Racing Green. HEX triplet: 03, 40 and 1D. RGB value is (3,64,29). Sum of RGB (Red+Green+Blue) = 3+64+29=96 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.12% from 96); Green value is 64 (25.39% from 255 or 66.67% from 96); Blue value is 29 (11.72% from 255 or 30.21% from 96); Max value from RGB is 64 - color contains mainly: green. Hex color #03401D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03401D is #FCBFE2. Grayscale: #292929. Windows color (decimal): -16564195 or 1916931. OLE color: 1916931.

HSL color Cylindrical-coordinate representation of color #03401D: hue angle of 145.57º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03401D is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB36429-
CMYK0.9500.550.75
HSL145.57º91.04%13.14%-
HSV(B)145.57º95.31%25.1%-
XYZ2.093.771.78-
YUV41.77120.79100.35-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.12%
GREEN value IS 64 (25.39% from 255) = 66.67%
BLUE value IS 29 (11.72% from 255) = 30.21%
R=3.12%
G=66.67%
B=30.21%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal364290.9500.550.75145.5791.0413.14
Hex3401D5F0374B925bd
Octal31003513706711322213315
Binary111000000111011011111011011110010111001001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03401D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03401D; }

 p { color: rgb(3,64,29); }

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

<style>
 a { background-color: #03401D; }

 a { background-color: rgb(3,64,29); }

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

<style>
 span { border-color: #03401D; }

 span { border-color: rgb(3,64,29); }

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