#03431A

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

Shades of British Racing Green #03431A

Tints of British Racing Green #03431A

Color information

#03431A (or 0x03431A) is unknown color: approx British Racing Green. HEX triplet: 03, 43 and 1A. RGB value is (3,67,26). Sum of RGB (Red+Green+Blue) = 3+67+26=96 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.12% from 96); Green value is 67 (26.56% from 255 or 69.79% from 96); Blue value is 26 (10.55% from 255 or 27.08% from 96); Max value from RGB is 67 - color contains mainly: green. Hex color #03431A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03431A is #FCBCE5. Grayscale: #2B2B2B. Windows color (decimal): -16563430 or 1721091. OLE color: 1721091.

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

Color convert

RGB36726-
CMYK0.9600.610.74
HSL141.56º91.43%13.73%-
HSV(B)141.56º95.52%26.27%-
XYZ2.234.111.65-
YUV43.19118.399.33-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.12%
GREEN value IS 67 (26.56% from 255) = 69.79%
BLUE value IS 26 (10.55% from 255) = 27.08%
R=3.12%
G=69.79%
B=27.08%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal367260.9600.610.74141.5691.4313.73
Hex3431A6003D4A8e5be
Octal31033214007511221613316
Binary111000011110101100000011110110010101000111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03431A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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