#03401A

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

Shades of British Racing Green #03401A

Tints of British Racing Green #03401A

Color information

#03401A (or 0x03401A) is unknown color: approx British Racing Green. HEX triplet: 03, 40 and 1A. RGB value is (3,64,26). Sum of RGB (Red+Green+Blue) = 3+64+26=93 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.23% from 93); Green value is 64 (25.39% from 255 or 68.82% from 93); Blue value is 26 (10.55% from 255 or 27.96% from 93); Max value from RGB is 64 - color contains mainly: green. Hex color #03401A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03401A is #FCBFE5. Grayscale: #292929. Windows color (decimal): -16564198 or 1720323. OLE color: 1720323.

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

Color convert

RGB36426-
CMYK0.9500.590.75
HSL142.62º91.04%13.14%-
HSV(B)142.62º95.31%25.1%-
XYZ2.063.761.59-
YUV41.43119.29100.59-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.23%
GREEN value IS 64 (25.39% from 255) = 68.82%
BLUE value IS 26 (10.55% from 255) = 27.96%
R=3.23%
G=68.82%
B=27.96%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal364260.9500.590.75142.6291.0413.14
Hex3401A5F03B4B8f5bd
Octal31003213707311321713315
Binary111000000110101011111011101110010111000111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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