#03421A

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

Shades of British Racing Green #03421A

Tints of British Racing Green #03421A

Color information

#03421A (or 0x03421A) is unknown color: approx British Racing Green. HEX triplet: 03, 42 and 1A. RGB value is (3,66,26). Sum of RGB (Red+Green+Blue) = 3+66+26=95 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.16% from 95); Green value is 66 (26.17% from 255 or 69.47% from 95); Blue value is 26 (10.55% from 255 or 27.37% from 95); Max value from RGB is 66 - color contains mainly: green. Hex color #03421A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03421A is #FCBDE5. Grayscale: #2A2A2A. Windows color (decimal): -16563686 or 1720835. OLE color: 1720835.

HSL color Cylindrical-coordinate representation of color #03421A: hue angle of 141.9º 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 #03421A is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.74.

Color convert

RGB36626-
CMYK0.9500.610.74
HSL141.9º91.3%13.53%-
HSV(B)141.9º95.45%25.88%-
XYZ2.173.991.63-
YUV42.6118.6399.75-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.16%
GREEN value IS 66 (26.17% from 255) = 69.47%
BLUE value IS 26 (10.55% from 255) = 27.37%
R=3.16%
G=69.47%
B=27.37%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal366260.9500.610.74141.991.313.53
Hex3421A5F03D4A8e5be
Octal31023213707511221613316
Binary111000010110101011111011110110010101000111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03421A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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