Html Css Color HEX #03471E British Racing Green

📋 copy color: '#03471E'

red 3 ◦ green 71 ◦ blue 30

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

Shades of British Racing Green #03471E

Tints of British Racing Green #03471E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 28.85%

R = 2.88%
G = 68.27%
B = 28.85%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#03471E (or 0x03471E) is known color: British Racing Green. HEX triplet: 03, 47 and 1E. RGB value is (3,71,30). Sum of RGB (Red+Green+Blue) = 3+71+30=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 71 (28.12% from 255 or 68.27% from 104); Blue value is 30 (12.11% from 255 or 28.85% from 104); Max value from RGB is 71 - color contains mainly: green. Hex color #03471E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03471E is #FCB8E1. Grayscale: #2E2E2E. Windows color (decimal): -16562402 or 1984259. OLE color: 1984259.

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

Color convert

RGB 3 71 30 -
CMYK 0.96 0 0.58 0.72
HSL 143.82º 0.92% 0.15% -
HSV(B) 143.82º 0.96% 0.28% -
XYZ 2.53 4.62 1.99 -
YUV 45.99 118.97 97.33 -
System Red Green Blue C M Y K H S L
Decimal 3 71 30 0.96 0 0.58 0.72 143.82 0.92 0.15
Hex 3 47 1E 60 0 3A 48 90 5C F
Octal 3 107 36 140 0 72 110 220 134 17
Binary 11 1000111 11110 1100000 0 111010 1001000 10010000 1011100 1111

Color Harmonies of #03471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03471E

Black with #03471E

Text Example


Text Example

White with #03471E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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