#03421B

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

Shades of British Racing Green #03421B

Tints of British Racing Green #03421B

Color information

#03421B (or 0x03421B) is unknown color: approx British Racing Green. HEX triplet: 03, 42 and 1B. RGB value is (3,66,27). Sum of RGB (Red+Green+Blue) = 3+66+27=96 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.12% from 96); Green value is 66 (26.17% from 255 or 68.75% from 96); Blue value is 27 (10.94% from 255 or 28.12% from 96); Max value from RGB is 66 - color contains mainly: green. Hex color #03421B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03421B is #FCBDE4. Grayscale: #2A2A2A. Windows color (decimal): -16563685 or 1786371. OLE color: 1786371.

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

Color convert

RGB36627-
CMYK0.9500.590.74
HSL142.86º91.3%13.53%-
HSV(B)142.86º95.45%25.88%-
XYZ2.183.991.69-
YUV42.72119.1399.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.12%
GREEN value IS 66 (26.17% from 255) = 68.75%
BLUE value IS 27 (10.94% from 255) = 28.12%
R=3.12%
G=68.75%
B=28.12%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal366270.9500.590.74142.8691.313.53
Hex3421B5F03B4A8f5be
Octal31023313707311221713316
Binary111000010110111011111011101110010101000111110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03421B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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