Html Css Color HEX #03491D British Racing Green

📋 copy color: '#03491D'

red 3 ◦ green 73 ◦ blue 29

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

Shades of British Racing Green #03491D

Tints of British Racing Green #03491D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 27.62%

R = 2.86%
G = 69.52%
B = 27.62%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.60

 K value IS 0.71

RGB Variations

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

Color information

#03491D (or 0x03491D) is known color: British Racing Green. HEX triplet: 03, 49 and 1D. RGB value is (3,73,29). Sum of RGB (Red+Green+Blue) = 3+73+29=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 73 (28.91% from 255 or 69.52% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 73 - color contains mainly: green. Hex color #03491D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03491D is #FCB6E2. Grayscale: #2F2F2F. Windows color (decimal): -16561891 or 1919235. OLE color: 1919235.

HSL color Cylindrical-coordinate representation of color #03491D: hue angle of 142.29º 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 #03491D is Cyan = 0.96, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB 3 73 29 -
CMYK 0.96 0 0.60 0.71
HSL 142.29º 0.92% 0.15% -
HSV(B) 142.29º 0.96% 0.29% -
XYZ 2.64 4.87 1.96 -
YUV 47.05 117.81 96.58 -
System Red Green Blue C M Y K H S L
Decimal 3 73 29 0.96 0 0.60 0.71 142.29 0.92 0.15
Hex 3 49 1D 60 0 3C 47 8E 5C F
Octal 3 111 35 140 0 74 107 216 134 17
Binary 11 1001001 11101 1100000 0 111100 1000111 10001110 1011100 1111

Color Harmonies of #03491D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03491D

Black with #03491D

Text Example


Text Example

White with #03491D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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