Html Css Color HEX #014A20 British Racing Green

📋 copy color: '#014A20'

red 1 ◦ green 74 ◦ blue 32

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

Shades of British Racing Green #014A20

Tints of British Racing Green #014A20

RGB

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

 GREEN value IS 74 (29.3% from 255) = 69.16%

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

R = 0.93%
G = 69.16%
B = 29.91%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.57

 K value IS 0.71

RGB Variations

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

Color information

#014A20 (or 0x014A20) is known color: British Racing Green. HEX triplet: 01, 4A and 20. RGB value is (1,74,32). Sum of RGB (Red+Green+Blue) = 1+74+32=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 74 (29.30% from 255 or 69.16% from 107); Blue value is 32 (12.89% from 255 or 29.91% from 107); Max value from RGB is 74 - color contains mainly: green. Hex color #014A20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014A20 is #FEB5DF. Grayscale: #2F2F2F. Windows color (decimal): -16692704 or 2116097. OLE color: 2116097.

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

Color convert

RGB 1 74 32 -
CMYK 0.99 0 0.57 0.71
HSL 145.48º 0.97% 0.15% -
HSV(B) 145.48º 0.99% 0.29% -
XYZ 2.72 5.01 2.19 -
YUV 47.39 119.32 94.92 -
System Red Green Blue C M Y K H S L
Decimal 1 74 32 0.99 0 0.57 0.71 145.48 0.97 0.15
Hex 1 4A 20 63 0 39 47 91 61 F
Octal 1 112 40 143 0 71 107 221 141 17
Binary 1 1001010 100000 1100011 0 111001 1000111 10010001 1100001 1111

Color Harmonies of #014A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014A20

Black with #014A20

Text Example


Text Example

White with #014A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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