Html Css Color HEX #03491B British Racing Green

📋 copy color: '#03491B'

red 3 ◦ green 73 ◦ blue 27

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

Shades of British Racing Green #03491B

Tints of British Racing Green #03491B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 26.21%

R = 2.91%
G = 70.87%
B = 26.21%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#03491B (or 0x03491B) is known color: British Racing Green. HEX triplet: 03, 49 and 1B. RGB value is (3,73,27). Sum of RGB (Red+Green+Blue) = 3+73+27=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 73 (28.91% from 255 or 70.87% from 103); Blue value is 27 (10.94% from 255 or 26.21% from 103); Max value from RGB is 73 - color contains mainly: green. Hex color #03491B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03491B is #FCB6E4. Grayscale: #2E2E2E. Windows color (decimal): -16561893 or 1788163. OLE color: 1788163.

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

Color convert

RGB 3 73 27 -
CMYK 0.96 0 0.63 0.71
HSL 140.57º 0.92% 0.15% -
HSV(B) 140.57º 0.96% 0.29% -
XYZ 2.62 4.86 1.84 -
YUV 46.83 116.81 96.74 -
System Red Green Blue C M Y K H S L
Decimal 3 73 27 0.96 0 0.63 0.71 140.57 0.92 0.15
Hex 3 49 1B 60 0 3F 47 8D 5C F
Octal 3 111 33 140 0 77 107 215 134 17
Binary 11 1001001 11011 1100000 0 111111 1000111 10001101 1011100 1111

Color Harmonies of #03491B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03491B

Black with #03491B

Text Example


Text Example

White with #03491B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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