Html Css Color HEX #014715 British Racing Green

📋 copy color: '#014715'

red 1 ◦ green 71 ◦ blue 21

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

Shades of British Racing Green #014715

Tints of British Racing Green #014715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 22.58%

R = 1.08%
G = 76.34%
B = 22.58%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.70

 K value IS 0.72

RGB Variations

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

Color information

#014715 (or 0x014715) is known color: British Racing Green. HEX triplet: 01, 47 and 15. RGB value is (1,71,21). Sum of RGB (Red+Green+Blue) = 1+71+21=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 71 (28.12% from 255 or 76.34% from 93); Blue value is 21 (8.59% from 255 or 22.58% from 93); Max value from RGB is 71 - color contains mainly: green. Hex color #014715 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014715 is #FEB8EA. Grayscale: #2C2C2C. Windows color (decimal): -16693483 or 1394433. OLE color: 1394433.

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

Color convert

RGB 1 71 21 -
CMYK 0.99 0 0.70 0.72
HSL 137.14º 0.97% 0.14% -
HSV(B) 137.14º 0.99% 0.28% -
XYZ 2.4 4.57 1.46 -
YUV 44.37 114.81 97.07 -
System Red Green Blue C M Y K H S L
Decimal 1 71 21 0.99 0 0.70 0.72 137.14 0.97 0.14
Hex 1 47 15 63 0 46 48 89 61 E
Octal 1 107 25 143 0 106 110 211 141 16
Binary 1 1000111 10101 1100011 0 1000110 1001000 10001001 1100001 1110

Color Harmonies of #014715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014715

Black with #014715

Text Example


Text Example

White with #014715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014715; }

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

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

background-color css

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

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

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

border-color css

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

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

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