Html Css Color HEX #014910 British Racing Green

📋 copy color: '#014910'

red 1 ◦ green 73 ◦ blue 16

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

Shades of British Racing Green #014910

Tints of British Racing Green #014910

RGB

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

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

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

R = 1.11%
G = 81.11%
B = 17.78%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.78

 K value IS 0.71

RGB Variations

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

Color information

#014910 (or 0x014910) is known color: British Racing Green. HEX triplet: 01, 49 and 10. RGB value is (1,73,16). Sum of RGB (Red+Green+Blue) = 1+73+16=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 73 (28.91% from 255 or 81.11% from 90); Blue value is 16 (6.64% from 255 or 17.78% from 90); Max value from RGB is 73 - color contains mainly: green. Hex color #014910 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014910 is #FEB6EF. Grayscale: #2D2D2D. Windows color (decimal): -16692976 or 1067265. OLE color: 1067265.

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

Color convert

RGB 1 73 16 -
CMYK 0.99 0 0.78 0.71
HSL 132.5º 0.97% 0.15% -
HSV(B) 132.5º 0.99% 0.29% -
XYZ 2.49 4.81 1.29 -
YUV 44.97 111.65 96.63 -
System Red Green Blue C M Y K H S L
Decimal 1 73 16 0.99 0 0.78 0.71 132.5 0.97 0.15
Hex 1 49 10 63 0 4E 47 84 61 F
Octal 1 111 20 143 0 116 107 204 141 17
Binary 1 1001001 10000 1100011 0 1001110 1000111 10000100 1100001 1111

Color Harmonies of #014910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014910

Black with #014910

Text Example


Text Example

White with #014910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014910; }

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

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

background-color css

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

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

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

border-color css

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

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

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