#03462B

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

Shades of British Racing Green #03462B

Tints of British Racing Green #03462B

Color information

#03462B (or 0x03462B) is unknown color: approx British Racing Green. HEX triplet: 03, 46 and 2B. RGB value is (3,70,43). Sum of RGB (Red+Green+Blue) = 3+70+43=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 70 (27.73% from 255 or 60.34% from 116); Blue value is 43 (17.19% from 255 or 37.07% from 116); Max value from RGB is 70 - color contains mainly: green. Hex color #03462B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03462B is #FCB9D4. Grayscale: #2E2E2E. Windows color (decimal): -16562645 or 2835971. OLE color: 2835971.

HSL color Cylindrical-coordinate representation of color #03462B: hue angle of 155.82º 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 #03462B is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.

Color convert

RGB37043-
CMYK0.9600.390.73
HSL155.82º91.78%14.31%-
HSV(B)155.82º95.71%27.45%-
XYZ2.664.573.03-
YUV46.89125.896.7-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.59%
GREEN value IS 70 (27.73% from 255) = 60.34%
BLUE value IS 43 (17.19% from 255) = 37.07%
R=2.59%
G=60.34%
B=37.07%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal370430.9600.390.73155.8291.7814.31
Hex3462B60027499c5ce
Octal31065314004711123413416
Binary1110001101010111100000010011110010011001110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03462B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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