Html Css Color HEX #014915 British Racing Green

📋 copy color: '#014915'

red 1 ◦ green 73 ◦ blue 21

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

Shades of British Racing Green #014915

Tints of British Racing Green #014915

RGB

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

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

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

R = 1.05%
G = 76.84%
B = 22.11%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.71

 K value IS 0.71

RGB Variations

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

Color information

#014915 (or 0x014915) is known color: British Racing Green. HEX triplet: 01, 49 and 15. RGB value is (1,73,21). Sum of RGB (Red+Green+Blue) = 1+73+21=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 73 (28.91% from 255 or 76.84% from 95); Blue value is 21 (8.59% from 255 or 22.11% from 95); Max value from RGB is 73 - color contains mainly: green. Hex color #014915 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014915 is #FEB6EA. Grayscale: #2D2D2D. Windows color (decimal): -16692971 or 1394945. OLE color: 1394945.

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

Color convert

RGB 1 73 21 -
CMYK 0.99 0 0.71 0.71
HSL 136.67º 0.97% 0.15% -
HSV(B) 136.67º 0.99% 0.29% -
XYZ 2.53 4.83 1.51 -
YUV 45.54 114.15 96.23 -
System Red Green Blue C M Y K H S L
Decimal 1 73 21 0.99 0 0.71 0.71 136.67 0.97 0.15
Hex 1 49 15 63 0 47 47 89 61 F
Octal 1 111 25 143 0 107 107 211 141 17
Binary 1 1001001 10101 1100011 0 1000111 1000111 10001001 1100001 1111

Color Harmonies of #014915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014915

Black with #014915

Text Example


Text Example

White with #014915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014915; }

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

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

background-color css

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

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

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

border-color css

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

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

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