Html Css Color HEX #03491E British Racing Green

📋 copy color: '#03491E'

red 3 ◦ green 73 ◦ blue 30

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

Shades of British Racing Green #03491E

Tints of British Racing Green #03491E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 28.3%

R = 2.83%
G = 68.87%
B = 28.3%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.59

 K value IS 0.71

RGB Variations

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

Color information

#03491E (or 0x03491E) is known color: British Racing Green. HEX triplet: 03, 49 and 1E. RGB value is (3,73,30). Sum of RGB (Red+Green+Blue) = 3+73+30=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 73 (28.91% from 255 or 68.87% from 106); Blue value is 30 (12.11% from 255 or 28.30% from 106); Max value from RGB is 73 - color contains mainly: green. Hex color #03491E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03491E is #FCB6E1. Grayscale: #2F2F2F. Windows color (decimal): -16561890 or 1984771. OLE color: 1984771.

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

Color convert

RGB 3 73 30 -
CMYK 0.96 0 0.59 0.71
HSL 143.14º 0.92% 0.15% -
HSV(B) 143.14º 0.96% 0.29% -
XYZ 2.65 4.88 2.03 -
YUV 47.17 118.31 96.5 -
System Red Green Blue C M Y K H S L
Decimal 3 73 30 0.96 0 0.59 0.71 143.14 0.92 0.15
Hex 3 49 1E 60 0 3B 47 8F 5C F
Octal 3 111 36 140 0 73 107 217 134 17
Binary 11 1001001 11110 1100000 0 111011 1000111 10001111 1011100 1111

Color Harmonies of #03491E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03491E

Black with #03491E

Text Example


Text Example

White with #03491E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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