#03411A

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

Shades of British Racing Green #03411A

Tints of British Racing Green #03411A

Color information

#03411A (or 0x03411A) is unknown color: approx British Racing Green. HEX triplet: 03, 41 and 1A. RGB value is (3,65,26). Sum of RGB (Red+Green+Blue) = 3+65+26=94 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.19% from 94); Green value is 65 (25.78% from 255 or 69.15% from 94); Blue value is 26 (10.55% from 255 or 27.66% from 94); Max value from RGB is 65 - color contains mainly: green. Hex color #03411A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03411A is #FCBEE5. Grayscale: #2A2A2A. Windows color (decimal): -16563942 or 1720579. OLE color: 1720579.

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

Color convert

RGB36526-
CMYK0.9500.600.75
HSL142.26º91.18%13.33%-
HSV(B)142.26º95.38%25.49%-
XYZ2.113.871.61-
YUV42.02118.96100.17-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.19%
GREEN value IS 65 (25.78% from 255) = 69.15%
BLUE value IS 26 (10.55% from 255) = 27.66%
R=3.19%
G=69.15%
B=27.66%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal365260.9500.600.75142.2691.1813.33
Hex3411A5F03C4B8e5bd
Octal31013213707411321613315
Binary111000001110101011111011110010010111000111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03411A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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