#014020

Color #014020 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #014020

Tints of British Racing Green #014020

Color information

#014020 (or 0x014020) is unknown color: approx 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

RGB16432-
CMYK0.9800.500.75
HSL149.52º96.92%12.75%-
HSV(B)149.52º98.44%25.1%-
XYZ2.113.781.98-
YUV41.52122.6399.1-

RGB Variations

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

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 (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal164320.9800.500.75149.5296.9212.75
Hex14020620324B9661d
Octal11004014206211322614115
Binary110000001000001100010011001010010111001011011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>