Html Css Color HEX #03491A British Racing Green

📋 copy color: '#03491A'

red 3 ◦ green 73 ◦ blue 26

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

Shades of British Racing Green #03491A

Tints of British Racing Green #03491A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 25.49%

R = 2.94%
G = 71.57%
B = 25.49%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#03491A (or 0x03491A) is known color: British Racing Green. HEX triplet: 03, 49 and 1A. RGB value is (3,73,26). Sum of RGB (Red+Green+Blue) = 3+73+26=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 73 (28.91% from 255 or 71.57% from 102); Blue value is 26 (10.55% from 255 or 25.49% from 102); Max value from RGB is 73 - color contains mainly: green. Hex color #03491A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03491A is #FCB6E5. Grayscale: #2E2E2E. Windows color (decimal): -16561894 or 1722627. OLE color: 1722627.

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

Color convert

RGB 3 73 26 -
CMYK 0.96 0 0.64 0.71
HSL 139.71º 0.92% 0.15% -
HSV(B) 139.71º 0.96% 0.29% -
XYZ 2.61 4.86 1.78 -
YUV 46.71 116.31 96.82 -
System Red Green Blue C M Y K H S L
Decimal 3 73 26 0.96 0 0.64 0.71 139.71 0.92 0.15
Hex 3 49 1A 60 0 40 47 8C 5C F
Octal 3 111 32 140 0 100 107 214 134 17
Binary 11 1001001 11010 1100000 0 1000000 1000111 10001100 1011100 1111

Color Harmonies of #03491A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03491A

Black with #03491A

Text Example


Text Example

White with #03491A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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