#03421C

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

Shades of British Racing Green #03421C

Tints of British Racing Green #03421C

Color information

#03421C (or 0x03421C) is unknown color: approx British Racing Green. HEX triplet: 03, 42 and 1C. RGB value is (3,66,28). Sum of RGB (Red+Green+Blue) = 3+66+28=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 66 (26.17% from 255 or 68.04% from 97); Blue value is 28 (11.33% from 255 or 28.87% from 97); Max value from RGB is 66 - color contains mainly: green. Hex color #03421C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03421C is #FCBDE3. Grayscale: #2A2A2A. Windows color (decimal): -16563684 or 1851907. OLE color: 1851907.

HSL color Cylindrical-coordinate representation of color #03421C: hue angle of 143.81º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03421C is Cyan = 0.95, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB36628-
CMYK0.9500.580.74
HSL143.81º91.3%13.53%-
HSV(B)143.81º95.45%25.88%-
XYZ2.241.75-
YUV42.83119.6399.59-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.09%
GREEN value IS 66 (26.17% from 255) = 68.04%
BLUE value IS 28 (11.33% from 255) = 28.87%
R=3.09%
G=68.04%
B=28.87%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal366280.9500.580.74143.8191.313.53
Hex3421C5F03A4A905be
Octal31023413707211222013316
Binary111000010111001011111011101010010101001000010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03421C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,66,28); }

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

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

 a { background-color: rgb(3,66,28); }

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

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

 span { border-color: rgb(3,66,28); }

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