#03441E

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

Shades of British Racing Green #03441E

Tints of British Racing Green #03441E

Color information

#03441E (or 0x03441E) is unknown color: approx British Racing Green. HEX triplet: 03, 44 and 1E. RGB value is (3,68,30). Sum of RGB (Red+Green+Blue) = 3+68+30=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 68 (26.95% from 255 or 67.33% from 101); Blue value is 30 (12.11% from 255 or 29.70% from 101); Max value from RGB is 68 - color contains mainly: green. Hex color #03441E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03441E is #FCBBE1. Grayscale: #2C2C2C. Windows color (decimal): -16563170 or 1983491. OLE color: 1983491.

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

Color convert

RGB36830-
CMYK0.9600.560.73
HSL144.92º91.55%13.92%-
HSV(B)144.92º95.59%26.67%-
XYZ2.344.251.92-
YUV44.23119.9798.59-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.97%
GREEN value IS 68 (26.95% from 255) = 67.33%
BLUE value IS 30 (12.11% from 255) = 29.70%
R=2.97%
G=67.33%
B=29.70%

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
Decimal368300.9600.560.73144.9291.5513.92
Hex3441E6003849915ce
Octal31043614007011122113416
Binary111000100111101100000011100010010011001000110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03441E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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