Html Css Color HEX #03471B British Racing Green

📋 copy color: '#03471B'

red 3 ◦ green 71 ◦ blue 27

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

Shades of British Racing Green #03471B

Tints of British Racing Green #03471B

RGB

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

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

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

R = 2.97%
G = 70.3%
B = 26.73%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#03471B (or 0x03471B) is known color: British Racing Green. HEX triplet: 03, 47 and 1B. RGB value is (3,71,27). Sum of RGB (Red+Green+Blue) = 3+71+27=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 71 (28.12% from 255 or 70.30% from 101); Blue value is 27 (10.94% from 255 or 26.73% from 101); Max value from RGB is 71 - color contains mainly: green. Hex color #03471B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03471B is #FCB8E4. Grayscale: #2D2D2D. Windows color (decimal): -16562405 or 1787651. OLE color: 1787651.

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

Color convert

RGB 3 71 27 -
CMYK 0.96 0 0.62 0.72
HSL 141.18º 0.92% 0.15% -
HSV(B) 141.18º 0.96% 0.28% -
XYZ 2.49 4.6 1.79 -
YUV 45.65 117.47 97.58 -
System Red Green Blue C M Y K H S L
Decimal 3 71 27 0.96 0 0.62 0.72 141.18 0.92 0.15
Hex 3 47 1B 60 0 3E 48 8D 5C F
Octal 3 107 33 140 0 76 110 215 134 17
Binary 11 1000111 11011 1100000 0 111110 1001000 10001101 1011100 1111

Color Harmonies of #03471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03471B

Black with #03471B

Text Example


Text Example

White with #03471B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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