#03421D

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

Shades of British Racing Green #03421D

Tints of British Racing Green #03421D

Color information

#03421D (or 0x03421D) is unknown color: approx British Racing Green. HEX triplet: 03, 42 and 1D. RGB value is (3,66,29). Sum of RGB (Red+Green+Blue) = 3+66+29=98 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.06% from 98); Green value is 66 (26.17% from 255 or 67.35% from 98); Blue value is 29 (11.72% from 255 or 29.59% from 98); Max value from RGB is 66 - color contains mainly: green. Hex color #03421D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03421D is #FCBDE2. Grayscale: #2B2B2B. Windows color (decimal): -16563683 or 1917443. OLE color: 1917443.

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

Color convert

RGB36629-
CMYK0.9500.560.74
HSL144.76º91.3%13.53%-
HSV(B)144.76º95.45%25.88%-
XYZ2.2141.82-
YUV42.94120.1399.51-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.06%
GREEN value IS 66 (26.17% from 255) = 67.35%
BLUE value IS 29 (11.72% from 255) = 29.59%
R=3.06%
G=67.35%
B=29.59%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal366290.9500.560.74144.7691.313.53
Hex3421D5F0384A915be
Octal31023513707011222113316
Binary111000010111011011111011100010010101001000110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03421D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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