Html Css Color HEX #03472D British Racing Green

📋 copy color: '#03472D'

red 3 ◦ green 71 ◦ blue 45

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

Shades of British Racing Green #03472D

Tints of British Racing Green #03472D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 37.82%

R = 2.52%
G = 59.66%
B = 37.82%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.37

 K value IS 0.72

RGB Variations

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

Color information

#03472D (or 0x03472D) is known color: British Racing Green. HEX triplet: 03, 47 and 2D. RGB value is (3,71,45). Sum of RGB (Red+Green+Blue) = 3+71+45=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 71 (28.12% from 255 or 59.66% from 119); Blue value is 45 (17.97% from 255 or 37.82% from 119); Max value from RGB is 71 - color contains mainly: green. Hex color #03472D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03472D is #FCB8D2. Grayscale: #2F2F2F. Windows color (decimal): -16562387 or 2967299. OLE color: 2967299.

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

Color convert

RGB 3 71 45 -
CMYK 0.96 0 0.37 0.72
HSL 157.06º 0.92% 0.15% -
HSV(B) 157.06º 0.96% 0.28% -
XYZ 2.76 4.72 3.25 -
YUV 47.7 126.47 96.11 -
System Red Green Blue C M Y K H S L
Decimal 3 71 45 0.96 0 0.37 0.72 157.06 0.92 0.15
Hex 3 47 2D 60 0 25 48 9D 5C F
Octal 3 107 55 140 0 45 110 235 134 17
Binary 11 1000111 101101 1100000 0 100101 1001000 10011101 1011100 1111

Color Harmonies of #03472D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03472D

Black with #03472D

Text Example


Text Example

White with #03472D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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