#03442C

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

Shades of British Racing Green #03442C

Tints of British Racing Green #03442C

Color information

#03442C (or 0x03442C) is unknown color: approx British Racing Green. HEX triplet: 03, 44 and 2C. RGB value is (3,68,44). Sum of RGB (Red+Green+Blue) = 3+68+44=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 68 (26.95% from 255 or 59.13% from 115); Blue value is 44 (17.58% from 255 or 38.26% from 115); Max value from RGB is 68 - color contains mainly: green. Hex color #03442C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03442C is #FCBBD3. Grayscale: #2D2D2D. Windows color (decimal): -16563156 or 2900995. OLE color: 2900995.

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

Color convert

RGB36844-
CMYK0.9600.350.73
HSL157.85º91.55%13.92%-
HSV(B)157.85º95.59%26.67%-
XYZ2.564.343.08-
YUV45.83126.9797.45-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.61%
GREEN value IS 68 (26.95% from 255) = 59.13%
BLUE value IS 44 (17.58% from 255) = 38.26%
R=2.61%
G=59.13%
B=38.26%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal368440.9600.350.73157.8591.5513.92
Hex3442C60023499e5ce
Octal31045414004311123613416
Binary1110001001011001100000010001110010011001111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03442C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03442C; }

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

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

<style>
 a { background-color: #03442C; }

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

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

<style>
 span { border-color: #03442C; }

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

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