#03401F

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

Shades of British Racing Green #03401F

Tints of British Racing Green #03401F

Color information

#03401F (or 0x03401F) is unknown color: approx British Racing Green. HEX triplet: 03, 40 and 1F. RGB value is (3,64,31). Sum of RGB (Red+Green+Blue) = 3+64+31=98 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.06% from 98); Green value is 64 (25.39% from 255 or 65.31% from 98); Blue value is 31 (12.5% from 255 or 31.63% from 98); Max value from RGB is 64 - color contains mainly: green. Hex color #03401F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03401F is #FCBFE0. Grayscale: #2A2A2A. Windows color (decimal): -16564193 or 2048003. OLE color: 2048003.

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

Color convert

RGB36431-
CMYK0.9500.520.75
HSL147.54º91.04%13.14%-
HSV(B)147.54º95.31%25.1%-
XYZ2.123.791.92-
YUV42121.79100.18-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.06%
GREEN value IS 64 (25.39% from 255) = 65.31%
BLUE value IS 31 (12.5% from 255) = 31.63%
R=3.06%
G=65.31%
B=31.63%

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
Decimal364310.9500.520.75147.5491.0413.14
Hex3401F5F0344B945bd
Octal31003713706411322413315
Binary111000000111111011111011010010010111001010010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03401F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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