#03411B

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

Shades of British Racing Green #03411B

Tints of British Racing Green #03411B

Color information

#03411B (or 0x03411B) is unknown color: approx British Racing Green. HEX triplet: 03, 41 and 1B. RGB value is (3,65,27). Sum of RGB (Red+Green+Blue) = 3+65+27=95 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.16% from 95); Green value is 65 (25.78% from 255 or 68.42% from 95); Blue value is 27 (10.94% from 255 or 28.42% from 95); Max value from RGB is 65 - color contains mainly: green. Hex color #03411B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03411B is #FCBEE4. Grayscale: #2A2A2A. Windows color (decimal): -16563941 or 1786115. OLE color: 1786115.

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

Color convert

RGB36527-
CMYK0.9500.580.75
HSL143.23º91.18%13.33%-
HSV(B)143.23º95.38%25.49%-
XYZ2.133.881.67-
YUV42.13119.46100.09-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.16%
GREEN value IS 65 (25.78% from 255) = 68.42%
BLUE value IS 27 (10.94% from 255) = 28.42%
R=3.16%
G=68.42%
B=28.42%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal365270.9500.580.75143.2391.1813.33
Hex3411B5F03A4B8f5bd
Octal31013313707211321713315
Binary111000001110111011111011101010010111000111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03411B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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