#03451B

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

Shades of British Racing Green #03451B

Tints of British Racing Green #03451B

Color information

#03451B (or 0x03451B) is unknown color: approx British Racing Green. HEX triplet: 03, 45 and 1B. RGB value is (3,69,27). Sum of RGB (Red+Green+Blue) = 3+69+27=99 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3.03% from 99); Green value is 69 (27.34% from 255 or 69.70% from 99); Blue value is 27 (10.94% from 255 or 27.27% from 99); Max value from RGB is 69 - color contains mainly: green. Hex color #03451B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03451B is #FCBAE4. Grayscale: #2C2C2C. Windows color (decimal): -16562917 or 1787139. OLE color: 1787139.

HSL color Cylindrical-coordinate representation of color #03451B: hue angle of 141.82º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03451B is Cyan = 0.96, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.73.

Color convert

RGB36927-
CMYK0.9600.610.73
HSL141.82º91.67%14.12%-
HSV(B)141.82º95.65%27.06%-
XYZ2.364.351.75-
YUV44.48118.1398.42-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.03%
GREEN value IS 69 (27.34% from 255) = 69.70%
BLUE value IS 27 (10.94% from 255) = 27.27%
R=3.03%
G=69.70%
B=27.27%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal369270.9600.610.73141.8291.6714.12
Hex3451B6003D498e5ce
Octal31053314007511121613416
Binary111000101110111100000011110110010011000111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03451B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,69,27); }

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

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

 a { background-color: rgb(3,69,27); }

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

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

 span { border-color: rgb(3,69,27); }

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