#03401C

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

Shades of British Racing Green #03401C

Tints of British Racing Green #03401C

Color information

#03401C (or 0x03401C) is unknown color: approx British Racing Green. HEX triplet: 03, 40 and 1C. RGB value is (3,64,28). Sum of RGB (Red+Green+Blue) = 3+64+28=95 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.16% from 95); Green value is 64 (25.39% from 255 or 67.37% from 95); Blue value is 28 (11.33% from 255 or 29.47% from 95); Max value from RGB is 64 - color contains mainly: green. Hex color #03401C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03401C is #FCBFE3. Grayscale: #292929. Windows color (decimal): -16564196 or 1851395. OLE color: 1851395.

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

Color convert

RGB36428-
CMYK0.9500.560.75
HSL144.59º91.04%13.14%-
HSV(B)144.59º95.31%25.1%-
XYZ2.083.771.72-
YUV41.66120.29100.43-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.16%
GREEN value IS 64 (25.39% from 255) = 67.37%
BLUE value IS 28 (11.33% from 255) = 29.47%
R=3.16%
G=67.37%
B=29.47%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal364280.9500.560.75144.5991.0413.14
Hex3401C5F0384B915bd
Octal31003413707011322113315
Binary111000000111001011111011100010010111001000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03401C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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