Html Css Color HEX #03471F British Racing Green

📋 copy color: '#03471F'

red 3 ◦ green 71 ◦ blue 31

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

Shades of British Racing Green #03471F

Tints of British Racing Green #03471F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 67.62%

 BLUE value IS 31 (12.5% from 255) = 29.52%

R = 2.86%
G = 67.62%
B = 29.52%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#03471F (or 0x03471F) is known color: British Racing Green. HEX triplet: 03, 47 and 1F. RGB value is (3,71,31). Sum of RGB (Red+Green+Blue) = 3+71+31=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 71 (28.12% from 255 or 67.62% from 105); Blue value is 31 (12.5% from 255 or 29.52% from 105); Max value from RGB is 71 - color contains mainly: green. Hex color #03471F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03471F is #FCB8E0. Grayscale: #2E2E2E. Windows color (decimal): -16562401 or 2049795. OLE color: 2049795.

HSL color Cylindrical-coordinate representation of color #03471F: hue angle of 144.71º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03471F is Cyan = 0.96, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 3 71 31 -
CMYK 0.96 0 0.56 0.72
HSL 144.71º 0.92% 0.15% -
HSV(B) 144.71º 0.96% 0.28% -
XYZ 2.54 4.62 2.06 -
YUV 46.11 119.47 97.25 -
System Red Green Blue C M Y K H S L
Decimal 3 71 31 0.96 0 0.56 0.72 144.71 0.92 0.15
Hex 3 47 1F 60 0 38 48 91 5C F
Octal 3 107 37 140 0 70 110 221 134 17
Binary 11 1000111 11111 1100000 0 111000 1001000 10010001 1011100 1111

Color Harmonies of #03471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03471F

Black with #03471F

Text Example


Text Example

White with #03471F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03471F; }

 p { color: rgb(3,71,31); }

 H1.HeaderClassName
 {
   color: #03471F;
 }
 .AnyTagClassName
 {
   color: #03471F;
 }
</style>

background-color css

<style>
 a { background-color: #03471F; }

 a { background-color: rgb(3,71,31); }

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

border-color css

<style>
 span { border-color: #03471F; }

 span { border-color: rgb(3,71,31); }

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