#03472A

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

Shades of British Racing Green #03472A

Tints of British Racing Green #03472A

Color information

#03472A (or 0x03472A) is unknown color: approx British Racing Green. HEX triplet: 03, 47 and 2A. RGB value is (3,71,42). Sum of RGB (Red+Green+Blue) = 3+71+42=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 71 (28.12% from 255 or 61.21% from 116); Blue value is 42 (16.80% from 255 or 36.21% from 116); Max value from RGB is 71 - color contains mainly: green. Hex color #03472A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03472A is #FCB8D5. Grayscale: #2F2F2F. Windows color (decimal): -16562390 or 2770691. OLE color: 2770691.

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

Color convert

RGB37142-
CMYK0.9600.410.72
HSL154.41º91.89%14.51%-
HSV(B)154.41º95.77%27.84%-
XYZ2.714.692.95-
YUV47.36124.9796.36-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.59%
GREEN value IS 71 (28.12% from 255) = 61.21%
BLUE value IS 42 (16.80% from 255) = 36.21%
R=2.59%
G=61.21%
B=36.21%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal371420.9600.410.72154.4191.8914.51
Hex3472A60029489a5cf
Octal31075214005111023213417
Binary1110001111010101100000010100110010001001101010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03472A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,71,42); }

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

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

 a { background-color: rgb(3,71,42); }

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

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

 span { border-color: rgb(3,71,42); }

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