Html Css Color HEX #01471A British Racing Green

📋 copy color: '#01471A'

red 1 ◦ green 71 ◦ blue 26

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

Shades of British Racing Green #01471A

Tints of British Racing Green #01471A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 26.53%

R = 1.02%
G = 72.45%
B = 26.53%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#01471A (or 0x01471A) is known color: British Racing Green. HEX triplet: 01, 47 and 1A. RGB value is (1,71,26). Sum of RGB (Red+Green+Blue) = 1+71+26=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 71 (28.12% from 255 or 72.45% from 98); Blue value is 26 (10.55% from 255 or 26.53% from 98); Max value from RGB is 71 - color contains mainly: green. Hex color #01471A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01471A is #FEB8E5. Grayscale: #2D2D2D. Windows color (decimal): -16693478 or 1722113. OLE color: 1722113.

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

Color convert

RGB 1 71 26 -
CMYK 0.99 0 0.63 0.72
HSL 141.43º 0.97% 0.14% -
HSV(B) 141.43º 0.99% 0.28% -
XYZ 2.45 4.59 1.73 -
YUV 44.94 117.31 96.66 -
System Red Green Blue C M Y K H S L
Decimal 1 71 26 0.99 0 0.63 0.72 141.43 0.97 0.14
Hex 1 47 1A 63 0 3F 48 8D 61 E
Octal 1 107 32 143 0 77 110 215 141 16
Binary 1 1000111 11010 1100011 0 111111 1001000 10001101 1100001 1110

Color Harmonies of #01471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01471A

Black with #01471A

Text Example


Text Example

White with #01471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01471A; }

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

 H1.HeaderClassName
 {
   color: #01471A;
 }
 .AnyTagClassName
 {
   color: #01471A;
 }
</style>

background-color css

<style>
 a { background-color: #01471A; }

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

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

border-color css

<style>
 span { border-color: #01471A; }

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

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