#03441A

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

Shades of British Racing Green #03441A

Tints of British Racing Green #03441A

Color information

#03441A (or 0x03441A) is unknown color: approx British Racing Green. HEX triplet: 03, 44 and 1A. RGB value is (3,68,26). Sum of RGB (Red+Green+Blue) = 3+68+26=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 68 (26.95% from 255 or 70.10% from 97); Blue value is 26 (10.55% from 255 or 26.80% from 97); Max value from RGB is 68 - color contains mainly: green. Hex color #03441A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03441A is #FCBBE5. Grayscale: #2B2B2B. Windows color (decimal): -16563174 or 1721347. OLE color: 1721347.

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

Color convert

RGB36826-
CMYK0.9600.620.73
HSL141.23º91.55%13.92%-
HSV(B)141.23º95.59%26.67%-
XYZ2.294.231.67-
YUV43.78117.9798.92-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.09%
GREEN value IS 68 (26.95% from 255) = 70.10%
BLUE value IS 26 (10.55% from 255) = 26.80%
R=3.09%
G=70.10%
B=26.80%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal368260.9600.620.73141.2391.5513.92
Hex3441A6003E498d5ce
Octal31043214007611121513416
Binary111000100110101100000011111010010011000110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03441A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,68,26); }

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

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

 a { background-color: rgb(3,68,26); }

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

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

 span { border-color: rgb(3,68,26); }

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