#014220

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

Shades of British Racing Green #014220

Tints of British Racing Green #014220

Color information

#014220 (or 0x014220) is unknown color: approx British Racing Green. HEX triplet: 01, 42 and 20. RGB value is (1,66,32). Sum of RGB (Red+Green+Blue) = 1+66+32=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 66 (26.17% from 255 or 66.67% from 99); Blue value is 32 (12.89% from 255 or 32.32% from 99); Max value from RGB is 66 - color contains mainly: green. Hex color #014220 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014220 is #FEBDDF. Grayscale: #2A2A2A. Windows color (decimal): -16694752 or 2114049. OLE color: 2114049.

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

Color convert

RGB16632-
CMYK0.9800.520.74
HSL148.62º97.01%13.14%-
HSV(B)148.62º98.48%25.88%-
XYZ2.224.012.02-
YUV42.69121.9798.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.01%
GREEN value IS 66 (26.17% from 255) = 66.67%
BLUE value IS 32 (12.89% from 255) = 32.32%
R=1.01%
G=66.67%
B=32.32%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal166320.9800.520.74148.6297.0113.14
Hex14220620344A9561d
Octal11024014206411222514115
Binary110000101000001100010011010010010101001010111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014220; }

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

 H1.HeaderClassName
 {
   color: #014220;
 }
 .AnyTagClassName
 {
   color: #014220;
 }
</style>
background-color css

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

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

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

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

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

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