#03462C

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

Shades of British Racing Green #03462C

Tints of British Racing Green #03462C

Color information

#03462C (or 0x03462C) is unknown color: approx British Racing Green. HEX triplet: 03, 46 and 2C. RGB value is (3,70,44). Sum of RGB (Red+Green+Blue) = 3+70+44=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 70 (27.73% from 255 or 59.83% from 117); Blue value is 44 (17.58% from 255 or 37.61% from 117); Max value from RGB is 70 - color contains mainly: green. Hex color #03462C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03462C is #FCB9D3. Grayscale: #2F2F2F. Windows color (decimal): -16562644 or 2901507. OLE color: 2901507.

HSL color Cylindrical-coordinate representation of color #03462C: hue angle of 156.72º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03462C is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.

Color convert

RGB37044-
CMYK0.9600.370.73
HSL156.72º91.78%14.31%-
HSV(B)156.72º95.71%27.45%-
XYZ2.684.583.13-
YUV47126.396.61-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.56%
GREEN value IS 70 (27.73% from 255) = 59.83%
BLUE value IS 44 (17.58% from 255) = 37.61%
R=2.56%
G=59.83%
B=37.61%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal370440.9600.370.73156.7291.7814.31
Hex3462C60025499d5ce
Octal31065414004511123513416
Binary1110001101011001100000010010110010011001110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03462C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03462C; }

 p { color: rgb(3,70,44); }

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

<style>
 a { background-color: #03462C; }

 a { background-color: rgb(3,70,44); }

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

<style>
 span { border-color: #03462C; }

 span { border-color: rgb(3,70,44); }

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