#03481E

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

Shades of British Racing Green #03481E

Tints of British Racing Green #03481E

Color information

#03481E (or 0x03481E) is unknown color: approx British Racing Green. HEX triplet: 03, 48 and 1E. RGB value is (3,72,30). Sum of RGB (Red+Green+Blue) = 3+72+30=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 72 (28.52% from 255 or 68.57% from 105); Blue value is 30 (12.11% from 255 or 28.57% from 105); Max value from RGB is 72 - color contains mainly: green. Hex color #03481E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03481E is #FCB7E1. Grayscale: #2E2E2E. Windows color (decimal): -16562146 or 1984515. OLE color: 1984515.

HSL color Cylindrical-coordinate representation of color #03481E: hue angle of 143.48º 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 #03481E is Cyan = 0.96, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB37230-
CMYK0.9600.580.72
HSL143.48º92%14.71%-
HSV(B)143.48º95.83%28.24%-
XYZ2.594.752.01-
YUV46.58118.6496.92-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.86%
GREEN value IS 72 (28.52% from 255) = 68.57%
BLUE value IS 30 (12.11% from 255) = 28.57%
R=2.86%
G=68.57%
B=28.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal372300.9600.580.72143.489214.71
Hex3481E6003A488f5cf
Octal31103614007211021713417
Binary111001000111101100000011101010010001000111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03481E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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