#03411D

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

Shades of British Racing Green #03411D

Tints of British Racing Green #03411D

Color information

#03411D (or 0x03411D) is unknown color: approx British Racing Green. HEX triplet: 03, 41 and 1D. RGB value is (3,65,29). Sum of RGB (Red+Green+Blue) = 3+65+29=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 65 (25.78% from 255 or 67.01% from 97); Blue value is 29 (11.72% from 255 or 29.90% from 97); Max value from RGB is 65 - color contains mainly: green. Hex color #03411D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03411D is #FCBEE2. Grayscale: #2A2A2A. Windows color (decimal): -16563939 or 1917187. OLE color: 1917187.

HSL color Cylindrical-coordinate representation of color #03411D: hue angle of 145.16º 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 #03411D is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB36529-
CMYK0.9500.550.75
HSL145.16º91.18%13.33%-
HSV(B)145.16º95.38%25.49%-
XYZ2.153.891.8-
YUV42.36120.4699.93-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.09%
GREEN value IS 65 (25.78% from 255) = 67.01%
BLUE value IS 29 (11.72% from 255) = 29.90%
R=3.09%
G=67.01%
B=29.90%

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
Decimal365290.9500.550.75145.1691.1813.33
Hex3411D5F0374B915bd
Octal31013513706711322113315
Binary111000001111011011111011011110010111001000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03411D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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