Html Css Color HEX #03472F British Racing Green

📋 copy color: '#03472F'

red 3 ◦ green 71 ◦ blue 47

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

Shades of British Racing Green #03472F

Tints of British Racing Green #03472F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 38.84%

R = 2.48%
G = 58.68%
B = 38.84%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.34

 K value IS 0.72

RGB Variations

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

Color information

#03472F (or 0x03472F) is known color: British Racing Green. HEX triplet: 03, 47 and 2F. RGB value is (3,71,47). Sum of RGB (Red+Green+Blue) = 3+71+47=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 71 (28.12% from 255 or 58.68% from 121); Blue value is 47 (18.75% from 255 or 38.84% from 121); Max value from RGB is 71 - color contains mainly: green. Hex color #03472F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03472F is #FCB8D0. Grayscale: #2F2F2F. Windows color (decimal): -16562385 or 3098371. OLE color: 3098371.

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

Color convert

RGB 3 71 47 -
CMYK 0.96 0 0.34 0.72
HSL 158.82º 0.92% 0.15% -
HSV(B) 158.82º 0.96% 0.28% -
XYZ 2.8 4.73 3.45 -
YUV 47.93 127.47 95.95 -
System Red Green Blue C M Y K H S L
Decimal 3 71 47 0.96 0 0.34 0.72 158.82 0.92 0.15
Hex 3 47 2F 60 0 22 48 9F 5C F
Octal 3 107 57 140 0 42 110 237 134 17
Binary 11 1000111 101111 1100000 0 100010 1001000 10011111 1011100 1111

Color Harmonies of #03472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03472F

Black with #03472F

Text Example


Text Example

White with #03472F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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