Html Css Color HEX #014713 British Racing Green

📋 copy color: '#014713'

red 1 ◦ green 71 ◦ blue 19

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

Shades of British Racing Green #014713

Tints of British Racing Green #014713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 20.88%

R = 1.1%
G = 78.02%
B = 20.88%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.73

 K value IS 0.72

RGB Variations

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

Color information

#014713 (or 0x014713) is known color: British Racing Green. HEX triplet: 01, 47 and 13. RGB value is (1,71,19). Sum of RGB (Red+Green+Blue) = 1+71+19=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 71 (28.12% from 255 or 78.02% from 91); Blue value is 19 (7.81% from 255 or 20.88% from 91); Max value from RGB is 71 - color contains mainly: green. Hex color #014713 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014713 is #FEB8EC. Grayscale: #2C2C2C. Windows color (decimal): -16693485 or 1263361. OLE color: 1263361.

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

Color convert

RGB 1 71 19 -
CMYK 0.99 0 0.73 0.72
HSL 135.43º 0.97% 0.14% -
HSV(B) 135.43º 0.99% 0.28% -
XYZ 2.38 4.56 1.37 -
YUV 44.14 113.81 97.23 -
System Red Green Blue C M Y K H S L
Decimal 1 71 19 0.99 0 0.73 0.72 135.43 0.97 0.14
Hex 1 47 13 63 0 49 48 87 61 E
Octal 1 107 23 143 0 111 110 207 141 16
Binary 1 1000111 10011 1100011 0 1001001 1001000 10000111 1100001 1110

Color Harmonies of #014713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014713

Black with #014713

Text Example


Text Example

White with #014713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014713; }

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

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

background-color css

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

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

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

border-color css

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

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

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