#03411F

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

Shades of British Racing Green #03411F

Tints of British Racing Green #03411F

Color information

#03411F (or 0x03411F) is unknown color: approx British Racing Green. HEX triplet: 03, 41 and 1F. RGB value is (3,65,31). Sum of RGB (Red+Green+Blue) = 3+65+31=99 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3.03% from 99); Green value is 65 (25.78% from 255 or 65.66% from 99); Blue value is 31 (12.5% from 255 or 31.31% from 99); Max value from RGB is 65 - color contains mainly: green. Hex color #03411F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03411F is #FCBEE0. Grayscale: #2A2A2A. Windows color (decimal): -16563937 or 2048259. OLE color: 2048259.

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

Color convert

RGB36531-
CMYK0.9500.520.75
HSL147.1º91.18%13.33%-
HSV(B)147.1º95.38%25.49%-
XYZ2.183.91.93-
YUV42.59121.4699.76-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.03%
GREEN value IS 65 (25.78% from 255) = 65.66%
BLUE value IS 31 (12.5% from 255) = 31.31%
R=3.03%
G=65.66%
B=31.31%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal365310.9500.520.75147.191.1813.33
Hex3411F5F0344B935bd
Octal31013713706411322313315
Binary111000001111111011111011010010010111001001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03411F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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