Html Css Color HEX #014710 British Racing Green

📋 copy color: '#014710'

red 1 ◦ green 71 ◦ blue 16

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

Shades of British Racing Green #014710

Tints of British Racing Green #014710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 18.18%

R = 1.14%
G = 80.68%
B = 18.18%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#014710 (or 0x014710) is known color: British Racing Green. HEX triplet: 01, 47 and 10. RGB value is (1,71,16). Sum of RGB (Red+Green+Blue) = 1+71+16=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 71 (28.12% from 255 or 80.68% from 88); Blue value is 16 (6.64% from 255 or 18.18% from 88); Max value from RGB is 71 - color contains mainly: green. Hex color #014710 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014710 is #FEB8EF. Grayscale: #2B2B2B. Windows color (decimal): -16693488 or 1066753. OLE color: 1066753.

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

Color convert

RGB 1 71 16 -
CMYK 0.99 0 0.77 0.72
HSL 132.86º 0.97% 0.14% -
HSV(B) 132.86º 0.99% 0.28% -
XYZ 2.36 4.55 1.24 -
YUV 43.8 112.31 97.47 -
System Red Green Blue C M Y K H S L
Decimal 1 71 16 0.99 0 0.77 0.72 132.86 0.97 0.14
Hex 1 47 10 63 0 4D 48 85 61 E
Octal 1 107 20 143 0 115 110 205 141 16
Binary 1 1000111 10000 1100011 0 1001101 1001000 10000101 1100001 1110

Color Harmonies of #014710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014710

Black with #014710

Text Example


Text Example

White with #014710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014710; }

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

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

background-color css

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

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

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

border-color css

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

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

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