Html Css Color HEX #014714 British Racing Green

📋 copy color: '#014714'

red 1 ◦ green 71 ◦ blue 20

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

Shades of British Racing Green #014714

Tints of British Racing Green #014714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 21.74%

R = 1.09%
G = 77.17%
B = 21.74%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#014714 (or 0x014714) is known color: British Racing Green. HEX triplet: 01, 47 and 14. RGB value is (1,71,20). Sum of RGB (Red+Green+Blue) = 1+71+20=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 71 (28.12% from 255 or 77.17% from 92); Blue value is 20 (8.20% from 255 or 21.74% from 92); Max value from RGB is 71 - color contains mainly: green. Hex color #014714 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014714 is #FEB8EB. Grayscale: #2C2C2C. Windows color (decimal): -16693484 or 1328897. OLE color: 1328897.

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

Color convert

RGB 1 71 20 -
CMYK 0.99 0 0.72 0.72
HSL 136.29º 0.97% 0.14% -
HSV(B) 136.29º 0.99% 0.28% -
XYZ 2.39 4.56 1.42 -
YUV 44.26 114.31 97.15 -
System Red Green Blue C M Y K H S L
Decimal 1 71 20 0.99 0 0.72 0.72 136.29 0.97 0.14
Hex 1 47 14 63 0 48 48 88 61 E
Octal 1 107 24 143 0 110 110 210 141 16
Binary 1 1000111 10100 1100011 0 1001000 1001000 10001000 1100001 1110

Color Harmonies of #014714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014714

Black with #014714

Text Example


Text Example

White with #014714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014714; }

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

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

background-color css

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

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

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

border-color css

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

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

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