#03412B

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

Shades of British Racing Green #03412B

Tints of British Racing Green #03412B

Color information

#03412B (or 0x03412B) is unknown color: approx British Racing Green. HEX triplet: 03, 41 and 2B. RGB value is (3,65,43). Sum of RGB (Red+Green+Blue) = 3+65+43=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 65 (25.78% from 255 or 58.56% from 111); Blue value is 43 (17.19% from 255 or 38.74% from 111); Max value from RGB is 65 - color contains mainly: green. Hex color #03412B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03412B is #FCBED4. Grayscale: #2B2B2B. Windows color (decimal): -16563925 or 2834691. OLE color: 2834691.

HSL color Cylindrical-coordinate representation of color #03412B: hue angle of 158.71º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03412B is Cyan = 0.95, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB36543-
CMYK0.9500.340.75
HSL158.71º91.18%13.33%-
HSV(B)158.71º95.38%25.49%-
XYZ2.363.972.93-
YUV43.95127.4698.79-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.70%
GREEN value IS 65 (25.78% from 255) = 58.56%
BLUE value IS 43 (17.19% from 255) = 38.74%
R=2.70%
G=58.56%
B=38.74%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal365430.9500.340.75158.7191.1813.33
Hex3412B5F0224B9f5bd
Octal31015313704211323713315
Binary1110000011010111011111010001010010111001111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03412B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,65,43); }

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

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

 a { background-color: rgb(3,65,43); }

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

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

 span { border-color: rgb(3,65,43); }

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