#03472F

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

Shades of British Racing Green #03472F

Tints of British Racing Green #03472F

Color information

#03472F (or 0x03472F) is unknown color: approx British Racing Green. HEX triplet: 03, 47 and 2F. RGB value is (3,71,47). Sum of RGB (Red+Green+Blue) = 3+71+47=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 71 (28.12% from 255 or 58.68% from 121); Blue value is 47 (18.75% from 255 or 38.84% from 121); Max value from RGB is 71 - color contains mainly: green. Hex color #03472F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03472F is #FCB8D0. Grayscale: #2F2F2F. Windows color (decimal): -16562385 or 3098371. OLE color: 3098371.

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

Color convert

RGB37147-
CMYK0.9600.340.72
HSL158.82º91.89%14.51%-
HSV(B)158.82º95.77%27.84%-
XYZ2.84.733.45-
YUV47.93127.4795.95-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.48%
GREEN value IS 71 (28.12% from 255) = 58.68%
BLUE value IS 47 (18.75% from 255) = 38.84%
R=2.48%
G=58.68%
B=38.84%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal371470.9600.340.72158.8291.8914.51
Hex3472F60022489f5cf
Octal31075714004211023713417
Binary1110001111011111100000010001010010001001111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03472F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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