Html Css Color HEX #014920 British Racing Green

📋 copy color: '#014920'

red 1 ◦ green 73 ◦ blue 32

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

Shades of British Racing Green #014920

Tints of British Racing Green #014920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 30.19%

R = 0.94%
G = 68.87%
B = 30.19%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#014920 (or 0x014920) is known color: British Racing Green. HEX triplet: 01, 49 and 20. RGB value is (1,73,32). Sum of RGB (Red+Green+Blue) = 1+73+32=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 73 (28.91% from 255 or 68.87% from 106); Blue value is 32 (12.89% from 255 or 30.19% from 106); Max value from RGB is 73 - color contains mainly: green. Hex color #014920 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014920 is #FEB6DF. Grayscale: #2E2E2E. Windows color (decimal): -16692960 or 2115841. OLE color: 2115841.

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

Color convert

RGB 1 73 32 -
CMYK 0.99 0 0.56 0.71
HSL 145.83º 0.97% 0.15% -
HSV(B) 145.83º 0.99% 0.29% -
XYZ 2.66 4.88 2.17 -
YUV 46.8 119.65 95.33 -
System Red Green Blue C M Y K H S L
Decimal 1 73 32 0.99 0 0.56 0.71 145.83 0.97 0.15
Hex 1 49 20 63 0 38 47 92 61 F
Octal 1 111 40 143 0 70 107 222 141 17
Binary 1 1001001 100000 1100011 0 111000 1000111 10010010 1100001 1111

Color Harmonies of #014920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014920

Black with #014920

Text Example


Text Example

White with #014920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014920; }

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

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

background-color css

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

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

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

border-color css

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

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

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