Html Css Color HEX #014020 British Racing Green

📋 copy color: '#014020'

red 1 ◦ green 64 ◦ blue 32

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

Shades of British Racing Green #014020

Tints of British Racing Green #014020

RGB

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

 GREEN value IS 64 (25.39% from 255) = 65.98%

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

R = 1.03%
G = 65.98%
B = 32.99%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.50

 K value IS 0.75

RGB Variations

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

Color information

#014020 (or 0x014020) is known color: British Racing Green. HEX triplet: 01, 40 and 20. RGB value is (1,64,32). Sum of RGB (Red+Green+Blue) = 1+64+32=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 64 (25.39% from 255 or 65.98% from 97); Blue value is 32 (12.89% from 255 or 32.99% from 97); Max value from RGB is 64 - color contains mainly: green. Hex color #014020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014020 is #FEBFDF. Grayscale: #292929. Windows color (decimal): -16695264 or 2113537. OLE color: 2113537.

HSL color Cylindrical-coordinate representation of color #014020: hue angle of 149.52º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #014020 is Cyan = 0.98, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 64 32 -
CMYK 0.98 0 0.50 0.75
HSL 149.52º 0.97% 0.13% -
HSV(B) 149.52º 0.98% 0.25% -
XYZ 2.11 3.78 1.98 -
YUV 41.52 122.63 99.1 -
System Red Green Blue C M Y K H S L
Decimal 1 64 32 0.98 0 0.50 0.75 149.52 0.97 0.13
Hex 1 40 20 62 0 32 4B 96 61 D
Octal 1 100 40 142 0 62 113 226 141 15
Binary 1 1000000 100000 1100010 0 110010 1001011 10010110 1100001 1101

Color Harmonies of #014020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014020

Black with #014020

Text Example


Text Example

White with #014020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014020; }

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

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

background-color css

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

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

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

border-color css

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

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

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