Html Css Color HEX #03471C British Racing Green

📋 copy color: '#03471C'

red 3 ◦ green 71 ◦ blue 28

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

Shades of British Racing Green #03471C

Tints of British Racing Green #03471C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 27.45%

R = 2.94%
G = 69.61%
B = 27.45%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#03471C (or 0x03471C) is known color: British Racing Green. HEX triplet: 03, 47 and 1C. RGB value is (3,71,28). Sum of RGB (Red+Green+Blue) = 3+71+28=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 71 (28.12% from 255 or 69.61% from 102); Blue value is 28 (11.33% from 255 or 27.45% from 102); Max value from RGB is 71 - color contains mainly: green. Hex color #03471C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03471C is #FCB8E3. Grayscale: #2D2D2D. Windows color (decimal): -16562404 or 1853187. OLE color: 1853187.

HSL color Cylindrical-coordinate representation of color #03471C: hue angle of 142.06º 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 #03471C is Cyan = 0.96, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB 3 71 28 -
CMYK 0.96 0 0.61 0.72
HSL 142.06º 0.92% 0.15% -
HSV(B) 142.06º 0.96% 0.28% -
XYZ 2.5 4.61 1.86 -
YUV 45.77 117.97 97.5 -
System Red Green Blue C M Y K H S L
Decimal 3 71 28 0.96 0 0.61 0.72 142.06 0.92 0.15
Hex 3 47 1C 60 0 3D 48 8E 5C F
Octal 3 107 34 140 0 75 110 216 134 17
Binary 11 1000111 11100 1100000 0 111101 1001000 10001110 1011100 1111

Color Harmonies of #03471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03471C

Black with #03471C

Text Example


Text Example

White with #03471C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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