#03461F

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

Shades of British Racing Green #03461F

Tints of British Racing Green #03461F

Color information

#03461F (or 0x03461F) is unknown color: approx British Racing Green. HEX triplet: 03, 46 and 1F. RGB value is (3,70,31). Sum of RGB (Red+Green+Blue) = 3+70+31=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 70 (27.73% from 255 or 67.31% from 104); Blue value is 31 (12.5% from 255 or 29.81% from 104); Max value from RGB is 70 - color contains mainly: green. Hex color #03461F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03461F is #FCB9E0. Grayscale: #2D2D2D. Windows color (decimal): -16562657 or 2049539. OLE color: 2049539.

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

Color convert

RGB37031-
CMYK0.9600.560.73
HSL145.07º91.78%14.31%-
HSV(B)145.07º95.71%27.45%-
XYZ2.484.52.03-
YUV45.52119.897.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.88%
GREEN value IS 70 (27.73% from 255) = 67.31%
BLUE value IS 31 (12.5% from 255) = 29.81%
R=2.88%
G=67.31%
B=29.81%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal370310.9600.560.73145.0791.7814.31
Hex3461F6003849915ce
Octal31063714007011122113416
Binary111000110111111100000011100010010011001000110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03461F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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