#03481A

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

Shades of British Racing Green #03481A

Tints of British Racing Green #03481A

Color information

#03481A (or 0x03481A) is unknown color: approx British Racing Green. HEX triplet: 03, 48 and 1A. RGB value is (3,72,26). Sum of RGB (Red+Green+Blue) = 3+72+26=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 72 (28.52% from 255 or 71.29% from 101); Blue value is 26 (10.55% from 255 or 25.74% from 101); Max value from RGB is 72 - color contains mainly: green. Hex color #03481A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03481A is #FCB7E5. Grayscale: #2E2E2E. Windows color (decimal): -16562150 or 1722371. OLE color: 1722371.

HSL color Cylindrical-coordinate representation of color #03481A: hue angle of 140º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03481A is Cyan = 0.96, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB37226-
CMYK0.9600.640.72
HSL140º92%14.71%-
HSV(B)140º95.83%28.24%-
XYZ2.544.731.76-
YUV46.12116.6497.24-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.97%
GREEN value IS 72 (28.52% from 255) = 71.29%
BLUE value IS 26 (10.55% from 255) = 25.74%
R=2.97%
G=71.29%
B=25.74%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal372260.9600.640.721409214.71
Hex3481A60040488c5cf
Octal311032140010011021413417
Binary1110010001101011000000100000010010001000110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03481A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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