Html Css Color HEX #03471D British Racing Green

📋 copy color: '#03471D'

red 3 ◦ green 71 ◦ blue 29

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

Shades of British Racing Green #03471D

Tints of British Racing Green #03471D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 28.16%

R = 2.91%
G = 68.93%
B = 28.16%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.59

 K value IS 0.72

RGB Variations

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

Color information

#03471D (or 0x03471D) is known color: British Racing Green. HEX triplet: 03, 47 and 1D. RGB value is (3,71,29). Sum of RGB (Red+Green+Blue) = 3+71+29=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 71 (28.12% from 255 or 68.93% from 103); Blue value is 29 (11.72% from 255 or 28.16% from 103); Max value from RGB is 71 - color contains mainly: green. Hex color #03471D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03471D is #FCB8E2. Grayscale: #2D2D2D. Windows color (decimal): -16562403 or 1918723. OLE color: 1918723.

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

Color convert

RGB 3 71 29 -
CMYK 0.96 0 0.59 0.72
HSL 142.94º 0.92% 0.15% -
HSV(B) 142.94º 0.96% 0.28% -
XYZ 2.51 4.61 1.92 -
YUV 45.88 118.47 97.42 -
System Red Green Blue C M Y K H S L
Decimal 3 71 29 0.96 0 0.59 0.72 142.94 0.92 0.15
Hex 3 47 1D 60 0 3B 48 8F 5C F
Octal 3 107 35 140 0 73 110 217 134 17
Binary 11 1000111 11101 1100000 0 111011 1001000 10001111 1011100 1111

Color Harmonies of #03471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03471D

Black with #03471D

Text Example


Text Example

White with #03471D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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