Html Css Color HEX #03472E British Racing Green

📋 copy color: '#03472E'

red 3 ◦ green 71 ◦ blue 46

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

Shades of British Racing Green #03472E

Tints of British Racing Green #03472E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 38.33%

R = 2.5%
G = 59.17%
B = 38.33%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#03472E (or 0x03472E) is known color: British Racing Green. HEX triplet: 03, 47 and 2E. RGB value is (3,71,46). Sum of RGB (Red+Green+Blue) = 3+71+46=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 71 (28.12% from 255 or 59.17% from 120); Blue value is 46 (18.36% from 255 or 38.33% from 120); Max value from RGB is 71 - color contains mainly: green. Hex color #03472E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03472E is #FCB8D1. Grayscale: #2F2F2F. Windows color (decimal): -16562386 or 3032835. OLE color: 3032835.

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

Color convert

RGB 3 71 46 -
CMYK 0.96 0 0.35 0.72
HSL 157.94º 0.92% 0.15% -
HSV(B) 157.94º 0.96% 0.28% -
XYZ 2.78 4.72 3.35 -
YUV 47.82 126.97 96.03 -
System Red Green Blue C M Y K H S L
Decimal 3 71 46 0.96 0 0.35 0.72 157.94 0.92 0.15
Hex 3 47 2E 60 0 23 48 9E 5C F
Octal 3 107 56 140 0 43 110 236 134 17
Binary 11 1000111 101110 1100000 0 100011 1001000 10011110 1011100 1111

Color Harmonies of #03472E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03472E

Black with #03472E

Text Example


Text Example

White with #03472E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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