#014421

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

Shades of British Racing Green #014421

Tints of British Racing Green #014421

Color information

#014421 (or 0x014421) is unknown color: approx British Racing Green. HEX triplet: 01, 44 and 21. RGB value is (1,68,33). Sum of RGB (Red+Green+Blue) = 1+68+33=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 68 (26.95% from 255 or 66.67% from 102); Blue value is 33 (13.28% from 255 or 32.35% from 102); Max value from RGB is 68 - color contains mainly: green. Hex color #014421 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014421 is #FEBBDE. Grayscale: #2C2C2C. Windows color (decimal): -16694239 or 2180097. OLE color: 2180097.

HSL color Cylindrical-coordinate representation of color #014421: hue angle of 148.66º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014421 is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.73.

Color convert

RGB16833-
CMYK0.9900.510.73
HSL148.66º97.1%13.53%-
HSV(B)148.66º98.53%26.67%-
XYZ2.354.252.14-
YUV43.98121.897.35-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.98%
GREEN value IS 68 (26.95% from 255) = 66.67%
BLUE value IS 33 (13.28% from 255) = 32.35%
R=0.98%
G=66.67%
B=32.35%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal168330.9900.510.73148.6697.113.53
Hex1442163033499561e
Octal11044114306311122514116
Binary110001001000011100011011001110010011001010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014421; }

 p { color: rgb(1,68,33); }

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

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

 a { background-color: rgb(1,68,33); }

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

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

 span { border-color: rgb(1,68,33); }

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