#03431D

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

Shades of British Racing Green #03431D

Tints of British Racing Green #03431D

Color information

#03431D (or 0x03431D) is unknown color: approx British Racing Green. HEX triplet: 03, 43 and 1D. RGB value is (3,67,29). Sum of RGB (Red+Green+Blue) = 3+67+29=99 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3.03% from 99); Green value is 67 (26.56% from 255 or 67.68% from 99); Blue value is 29 (11.72% from 255 or 29.29% from 99); Max value from RGB is 67 - color contains mainly: green. Hex color #03431D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03431D is #FCBCE2. Grayscale: #2B2B2B. Windows color (decimal): -16563427 or 1917699. OLE color: 1917699.

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

Color convert

RGB36729-
CMYK0.9600.570.74
HSL144.38º91.43%13.73%-
HSV(B)144.38º95.52%26.27%-
XYZ2.274.121.84-
YUV43.53119.899.09-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.03%
GREEN value IS 67 (26.56% from 255) = 67.68%
BLUE value IS 29 (11.72% from 255) = 29.29%
R=3.03%
G=67.68%
B=29.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal367290.9600.570.74144.3891.4313.73
Hex3431D600394A905be
Octal31033514007111222013316
Binary111000011111011100000011100110010101001000010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03431D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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