#03401E

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

Shades of British Racing Green #03401E

Tints of British Racing Green #03401E

Color information

#03401E (or 0x03401E) is unknown color: approx British Racing Green. HEX triplet: 03, 40 and 1E. RGB value is (3,64,30). Sum of RGB (Red+Green+Blue) = 3+64+30=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 64 (25.39% from 255 or 65.98% from 97); Blue value is 30 (12.11% from 255 or 30.93% from 97); Max value from RGB is 64 - color contains mainly: green. Hex color #03401E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03401E is #FCBFE1. Grayscale: #292929. Windows color (decimal): -16564194 or 1982467. OLE color: 1982467.

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

Color convert

RGB36430-
CMYK0.9500.530.75
HSL146.56º91.04%13.14%-
HSV(B)146.56º95.31%25.1%-
XYZ2.113.781.85-
YUV41.88121.29100.26-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.09%
GREEN value IS 64 (25.39% from 255) = 65.98%
BLUE value IS 30 (12.11% from 255) = 30.93%
R=3.09%
G=65.98%
B=30.93%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal364300.9500.530.75146.5691.0413.14
Hex3401E5F0354B935bd
Octal31003613706511322313315
Binary111000000111101011111011010110010111001001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03401E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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