Html Css Color HEX #01471B British Racing Green

📋 copy color: '#01471B'

red 1 ◦ green 71 ◦ blue 27

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

Shades of British Racing Green #01471B

Tints of British Racing Green #01471B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 27.27%

R = 1.01%
G = 71.72%
B = 27.27%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#01471B (or 0x01471B) is known color: British Racing Green. HEX triplet: 01, 47 and 1B. RGB value is (1,71,27). Sum of RGB (Red+Green+Blue) = 1+71+27=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 71 (28.12% from 255 or 71.72% from 99); Blue value is 27 (10.94% from 255 or 27.27% from 99); Max value from RGB is 71 - color contains mainly: green. Hex color #01471B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01471B is #FEB8E4. Grayscale: #2D2D2D. Windows color (decimal): -16693477 or 1787649. OLE color: 1787649.

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

Color convert

RGB 1 71 27 -
CMYK 0.99 0 0.62 0.72
HSL 142.29º 0.97% 0.14% -
HSV(B) 142.29º 0.99% 0.28% -
XYZ 2.46 4.59 1.79 -
YUV 45.05 117.81 96.58 -
System Red Green Blue C M Y K H S L
Decimal 1 71 27 0.99 0 0.62 0.72 142.29 0.97 0.14
Hex 1 47 1B 63 0 3E 48 8E 61 E
Octal 1 107 33 143 0 76 110 216 141 16
Binary 1 1000111 11011 1100011 0 111110 1001000 10001110 1100001 1110

Color Harmonies of #01471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01471B

Black with #01471B

Text Example


Text Example

White with #01471B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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