Html Css Color HEX #01472D British Racing Green

📋 copy color: '#01472D'

red 1 ◦ green 71 ◦ blue 45

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

Shades of British Racing Green #01472D

Tints of British Racing Green #01472D

RGB

 RED value IS 1 (0.78% from 255) = 0.85%

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

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

R = 0.85%
G = 60.68%
B = 38.46%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.37

 K value IS 0.72

RGB Variations

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

Color information

#01472D (or 0x01472D) is known color: British Racing Green. HEX triplet: 01, 47 and 2D. RGB value is (1,71,45). Sum of RGB (Red+Green+Blue) = 1+71+45=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 71 (28.12% from 255 or 60.68% from 117); Blue value is 45 (17.97% from 255 or 38.46% from 117); Max value from RGB is 71 - color contains mainly: green. Hex color #01472D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01472D is #FEB8D2. Grayscale: #2F2F2F. Windows color (decimal): -16693459 or 2967297. OLE color: 2967297.

HSL color Cylindrical-coordinate representation of color #01472D: hue angle of 157.71º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01472D is Cyan = 0.99, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.72.

Color convert

RGB 1 71 45 -
CMYK 0.99 0 0.37 0.72
HSL 157.71º 0.97% 0.14% -
HSV(B) 157.71º 0.99% 0.28% -
XYZ 2.74 4.7 3.25 -
YUV 47.11 126.81 95.11 -
System Red Green Blue C M Y K H S L
Decimal 1 71 45 0.99 0 0.37 0.72 157.71 0.97 0.14
Hex 1 47 2D 63 0 25 48 9E 61 E
Octal 1 107 55 143 0 45 110 236 141 16
Binary 1 1000111 101101 1100011 0 100101 1001000 10011110 1100001 1110

Color Harmonies of #01472D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01472D

Black with #01472D

Text Example


Text Example

White with #01472D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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