#03431E

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

Shades of British Racing Green #03431E

Tints of British Racing Green #03431E

Color information

#03431E (or 0x03431E) is unknown color: approx British Racing Green. HEX triplet: 03, 43 and 1E. RGB value is (3,67,30). Sum of RGB (Red+Green+Blue) = 3+67+30=100 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3% from 100); Green value is 67 (26.56% from 255 or 67% from 100); Blue value is 30 (12.11% from 255 or 30% from 100); Max value from RGB is 67 - color contains mainly: green. Hex color #03431E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03431E is #FCBCE1. Grayscale: #2B2B2B. Windows color (decimal): -16563426 or 1983235. OLE color: 1983235.

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

Color convert

RGB36730-
CMYK0.9600.550.74
HSL145.31º91.43%13.73%-
HSV(B)145.31º95.52%26.27%-
XYZ2.284.131.9-
YUV43.65120.399.01-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3%
GREEN value IS 67 (26.56% from 255) = 67%
BLUE value IS 30 (12.11% from 255) = 30%
R=3%
G=67%
B=30%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal367300.9600.550.74145.3191.4313.73
Hex3431E600374A915be
Octal31033614006711222113316
Binary111000011111101100000011011110010101001000110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03431E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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