#03462A

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

Shades of British Racing Green #03462A

Tints of British Racing Green #03462A

Color information

#03462A (or 0x03462A) is unknown color: approx British Racing Green. HEX triplet: 03, 46 and 2A. RGB value is (3,70,42). Sum of RGB (Red+Green+Blue) = 3+70+42=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 70 (27.73% from 255 or 60.87% from 115); Blue value is 42 (16.80% from 255 or 36.52% from 115); Max value from RGB is 70 - color contains mainly: green. Hex color #03462A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03462A is #FCB9D5. Grayscale: #2E2E2E. Windows color (decimal): -16562646 or 2770435. OLE color: 2770435.

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

Color convert

RGB37042-
CMYK0.9600.400.73
HSL154.93º91.78%14.31%-
HSV(B)154.93º95.71%27.45%-
XYZ2.654.572.93-
YUV46.77125.396.78-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.61%
GREEN value IS 70 (27.73% from 255) = 60.87%
BLUE value IS 42 (16.80% from 255) = 36.52%
R=2.61%
G=60.87%
B=36.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal370420.9600.400.73154.9391.7814.31
Hex3462A60028499b5ce
Octal31065214005011123313416
Binary1110001101010101100000010100010010011001101110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03462A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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