Html Css Color HEX #03491C British Racing Green

📋 copy color: '#03491C'

red 3 ◦ green 73 ◦ blue 28

#03491C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #03491C

Tints of British Racing Green #03491C

RGB

 RED value IS 3 (1.56% from 255) = 2.88%

 GREEN value IS 73 (28.91% from 255) = 70.19%

 BLUE value IS 28 (11.33% from 255) = 26.92%

R = 2.88%
G = 70.19%
B = 26.92%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.62

 K value IS 0.71

RGB Variations

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

Color information

#03491C (or 0x03491C) is known color: British Racing Green. HEX triplet: 03, 49 and 1C. RGB value is (3,73,28). Sum of RGB (Red+Green+Blue) = 3+73+28=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 73 (28.91% from 255 or 70.19% from 104); Blue value is 28 (11.33% from 255 or 26.92% from 104); Max value from RGB is 73 - color contains mainly: green. Hex color #03491C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03491C is #FCB6E3. Grayscale: #2F2F2F. Windows color (decimal): -16561892 or 1853699. OLE color: 1853699.

HSL color Cylindrical-coordinate representation of color #03491C: hue angle of 141.43º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03491C is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.71.

Color convert

RGB 3 73 28 -
CMYK 0.96 0 0.62 0.71
HSL 141.43º 0.92% 0.15% -
HSV(B) 141.43º 0.96% 0.29% -
XYZ 2.63 4.87 1.9 -
YUV 46.94 117.31 96.66 -
System Red Green Blue C M Y K H S L
Decimal 3 73 28 0.96 0 0.62 0.71 141.43 0.92 0.15
Hex 3 49 1C 60 0 3E 47 8D 5C F
Octal 3 111 34 140 0 76 107 215 134 17
Binary 11 1001001 11100 1100000 0 111110 1000111 10001101 1011100 1111

Color Harmonies of #03491C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03491C

Black with #03491C

Text Example


Text Example

White with #03491C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03491C; }

 p { color: rgb(3,73,28); }

 H1.HeaderClassName
 {
   color: #03491C;
 }
 .AnyTagClassName
 {
   color: #03491C;
 }
</style>

background-color css

<style>
 a { background-color: #03491C; }

 a { background-color: rgb(3,73,28); }

 div.DivClassName
 {
   background-color: #03491C;
 }
 .BgClassName
 {
   background-color: #03491C;
 }
</style>

border-color css

<style>
 span { border-color: #03491C; }

 span { border-color: rgb(3,73,28); }

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