Html Css Color HEX #014614 British Racing Green

📋 copy color: '#014614'

red 1 ◦ green 70 ◦ blue 20

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

Shades of British Racing Green #014614

Tints of British Racing Green #014614

RGB

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

 GREEN value IS 70 (27.73% from 255) = 76.92%

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

R = 1.1%
G = 76.92%
B = 21.98%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#014614 (or 0x014614) is known color: British Racing Green. HEX triplet: 01, 46 and 14. RGB value is (1,70,20). Sum of RGB (Red+Green+Blue) = 1+70+20=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 70 (27.73% from 255 or 76.92% from 91); Blue value is 20 (8.20% from 255 or 21.98% from 91); Max value from RGB is 70 - color contains mainly: green. Hex color #014614 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014614 is #FEB9EB. Grayscale: #2B2B2B. Windows color (decimal): -16693740 or 1328641. OLE color: 1328641.

HSL color Cylindrical-coordinate representation of color #014614: hue angle of 136.52º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014614 is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 70 20 -
CMYK 0.99 0 0.71 0.73
HSL 136.52º 0.97% 0.14% -
HSV(B) 136.52º 0.99% 0.27% -
XYZ 2.33 4.44 1.4 -
YUV 43.67 114.64 97.57 -
System Red Green Blue C M Y K H S L
Decimal 1 70 20 0.99 0 0.71 0.73 136.52 0.97 0.14
Hex 1 46 14 63 0 47 49 89 61 E
Octal 1 106 24 143 0 107 111 211 141 16
Binary 1 1000110 10100 1100011 0 1000111 1001001 10001001 1100001 1110

Color Harmonies of #014614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014614

Black with #014614

Text Example


Text Example

White with #014614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014614; }

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

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

background-color css

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

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

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

border-color css

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

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

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