Html Css Color HEX #03472B British Racing Green

📋 copy color: '#03472B'

red 3 ◦ green 71 ◦ blue 43

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

Shades of British Racing Green #03472B

Tints of British Racing Green #03472B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 36.75%

R = 2.56%
G = 60.68%
B = 36.75%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#03472B (or 0x03472B) is known color: British Racing Green. HEX triplet: 03, 47 and 2B. RGB value is (3,71,43). Sum of RGB (Red+Green+Blue) = 3+71+43=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 71 (28.12% from 255 or 60.68% from 117); Blue value is 43 (17.19% from 255 or 36.75% from 117); Max value from RGB is 71 - color contains mainly: green. Hex color #03472B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03472B is #FCB8D4. Grayscale: #2F2F2F. Windows color (decimal): -16562389 or 2836227. OLE color: 2836227.

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

Color convert

RGB 3 71 43 -
CMYK 0.96 0 0.39 0.72
HSL 155.29º 0.92% 0.15% -
HSV(B) 155.29º 0.96% 0.28% -
XYZ 2.73 4.7 3.05 -
YUV 47.48 125.47 96.28 -
System Red Green Blue C M Y K H S L
Decimal 3 71 43 0.96 0 0.39 0.72 155.29 0.92 0.15
Hex 3 47 2B 60 0 27 48 9B 5C F
Octal 3 107 53 140 0 47 110 233 134 17
Binary 11 1000111 101011 1100000 0 100111 1001000 10011011 1011100 1111

Color Harmonies of #03472B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03472B

Black with #03472B

Text Example


Text Example

White with #03472B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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