#03411E

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

Shades of British Racing Green #03411E

Tints of British Racing Green #03411E

Color information

#03411E (or 0x03411E) is unknown color: approx British Racing Green. HEX triplet: 03, 41 and 1E. RGB value is (3,65,30). Sum of RGB (Red+Green+Blue) = 3+65+30=98 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.06% from 98); Green value is 65 (25.78% from 255 or 66.33% from 98); Blue value is 30 (12.11% from 255 or 30.61% from 98); Max value from RGB is 65 - color contains mainly: green. Hex color #03411E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03411E is #FCBEE1. Grayscale: #2A2A2A. Windows color (decimal): -16563938 or 1982723. OLE color: 1982723.

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

Color convert

RGB36530-
CMYK0.9500.540.75
HSL146.13º91.18%13.33%-
HSV(B)146.13º95.38%25.49%-
XYZ2.163.891.87-
YUV42.47120.9699.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.06%
GREEN value IS 65 (25.78% from 255) = 66.33%
BLUE value IS 30 (12.11% from 255) = 30.61%
R=3.06%
G=66.33%
B=30.61%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal365300.9500.540.75146.1391.1813.33
Hex3411E5F0364B925bd
Octal31013613706611322213315
Binary111000001111101011111011011010010111001001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03411E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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