Html Css Color HEX #01472C British Racing Green

📋 copy color: '#01472C'

red 1 ◦ green 71 ◦ blue 44

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

Shades of British Racing Green #01472C

Tints of British Racing Green #01472C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 37.93%

R = 0.86%
G = 61.21%
B = 37.93%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#01472C (or 0x01472C) is known color: British Racing Green. HEX triplet: 01, 47 and 2C. RGB value is (1,71,44). Sum of RGB (Red+Green+Blue) = 1+71+44=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 71 (28.12% from 255 or 61.21% from 116); Blue value is 44 (17.58% from 255 or 37.93% from 116); Max value from RGB is 71 - color contains mainly: green. Hex color #01472C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01472C is #FEB8D3. Grayscale: #2F2F2F. Windows color (decimal): -16693460 or 2901761. OLE color: 2901761.

HSL color Cylindrical-coordinate representation of color #01472C: hue angle of 156.86º 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 #01472C is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB 1 71 44 -
CMYK 0.99 0 0.38 0.72
HSL 156.86º 0.97% 0.14% -
HSV(B) 156.86º 0.99% 0.28% -
XYZ 2.72 4.69 3.15 -
YUV 46.99 126.31 95.2 -
System Red Green Blue C M Y K H S L
Decimal 1 71 44 0.99 0 0.38 0.72 156.86 0.97 0.14
Hex 1 47 2C 63 0 26 48 9D 61 E
Octal 1 107 54 143 0 46 110 235 141 16
Binary 1 1000111 101100 1100011 0 100110 1001000 10011101 1100001 1110

Color Harmonies of #01472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01472C

Black with #01472C

Text Example


Text Example

White with #01472C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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