Html Css Color HEX #014914 British Racing Green

📋 copy color: '#014914'

red 1 ◦ green 73 ◦ blue 20

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

Shades of British Racing Green #014914

Tints of British Racing Green #014914

RGB

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

 GREEN value IS 73 (28.91% from 255) = 77.66%

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

R = 1.06%
G = 77.66%
B = 21.28%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#014914 (or 0x014914) is known color: British Racing Green. HEX triplet: 01, 49 and 14. RGB value is (1,73,20). Sum of RGB (Red+Green+Blue) = 1+73+20=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 73 (28.91% from 255 or 77.66% from 94); Blue value is 20 (8.20% from 255 or 21.28% from 94); Max value from RGB is 73 - color contains mainly: green. Hex color #014914 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014914 is #FEB6EB. Grayscale: #2D2D2D. Windows color (decimal): -16692972 or 1329409. OLE color: 1329409.

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

Color convert

RGB 1 73 20 -
CMYK 0.99 0 0.73 0.71
HSL 135.83º 0.97% 0.15% -
HSV(B) 135.83º 0.99% 0.29% -
XYZ 2.52 4.82 1.46 -
YUV 45.43 113.65 96.31 -
System Red Green Blue C M Y K H S L
Decimal 1 73 20 0.99 0 0.73 0.71 135.83 0.97 0.15
Hex 1 49 14 63 0 49 47 88 61 F
Octal 1 111 24 143 0 111 107 210 141 17
Binary 1 1001001 10100 1100011 0 1001001 1000111 10001000 1100001 1111

Color Harmonies of #014914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014914

Black with #014914

Text Example


Text Example

White with #014914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014914; }

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

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

background-color css

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

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

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

border-color css

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

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

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