#014821

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

Shades of British Racing Green #014821

Tints of British Racing Green #014821

Color information

#014821 (or 0x014821) is unknown color: approx British Racing Green. HEX triplet: 01, 48 and 21. RGB value is (1,72,33). Sum of RGB (Red+Green+Blue) = 1+72+33=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 72 (28.52% from 255 or 67.92% from 106); Blue value is 33 (13.28% from 255 or 31.13% from 106); Max value from RGB is 72 - color contains mainly: green. Hex color #014821 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014821 is #FEB7DE. Grayscale: #2E2E2E. Windows color (decimal): -16693215 or 2181121. OLE color: 2181121.

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

Color convert

RGB17233-
CMYK0.9900.540.72
HSL147.04º97.26%14.31%-
HSV(B)147.04º98.61%28.24%-
XYZ2.64.752.22-
YUV46.32120.4895.67-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.94%
GREEN value IS 72 (28.52% from 255) = 67.92%
BLUE value IS 33 (13.28% from 255) = 31.13%
R=0.94%
G=67.92%
B=31.13%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal172330.9900.540.72147.0497.2614.31
Hex1482163036489361e
Octal11104114306611022314116
Binary110010001000011100011011011010010001001001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014821; }

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

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

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

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

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

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

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

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