#03412A

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

Shades of British Racing Green #03412A

Tints of British Racing Green #03412A

Color information

#03412A (or 0x03412A) is unknown color: approx British Racing Green. HEX triplet: 03, 41 and 2A. RGB value is (3,65,42). Sum of RGB (Red+Green+Blue) = 3+65+42=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 65 (25.78% from 255 or 59.09% from 110); Blue value is 42 (16.80% from 255 or 38.18% from 110); Max value from RGB is 65 - color contains mainly: green. Hex color #03412A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03412A is #FCBED5. Grayscale: #2B2B2B. Windows color (decimal): -16563926 or 2769155. OLE color: 2769155.

HSL color Cylindrical-coordinate representation of color #03412A: hue angle of 157.74º 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 #03412A is Cyan = 0.95, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB36542-
CMYK0.9500.350.75
HSL157.74º91.18%13.33%-
HSV(B)157.74º95.38%25.49%-
XYZ2.353.972.83-
YUV43.84126.9698.87-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.73%
GREEN value IS 65 (25.78% from 255) = 59.09%
BLUE value IS 42 (16.80% from 255) = 38.18%
R=2.73%
G=59.09%
B=38.18%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal365420.9500.350.75157.7491.1813.33
Hex3412A5F0234B9e5bd
Octal31015213704311323613315
Binary1110000011010101011111010001110010111001111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03412A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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