#014216

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

Shades of British Racing Green #014216

Tints of British Racing Green #014216

Color information

#014216 (or 0x014216) is unknown color: approx British Racing Green. HEX triplet: 01, 42 and 16. RGB value is (1,66,22). Sum of RGB (Red+Green+Blue) = 1+66+22=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 66 (26.17% from 255 or 74.16% from 89); Blue value is 22 (8.98% from 255 or 24.72% from 89); Max value from RGB is 66 - color contains mainly: green. Hex color #014216 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014216 is #FEBDE9. Grayscale: #292929. Windows color (decimal): -16694762 or 1458689. OLE color: 1458689.

HSL color Cylindrical-coordinate representation of color #014216: hue angle of 139.38º 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 #014216 is Cyan = 0.98, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.74.

Color convert

RGB16622-
CMYK0.9800.670.74
HSL139.38º97.01%13.14%-
HSV(B)139.38º98.48%25.88%-
XYZ2.113.961.41-
YUV41.55116.9799.08-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.12%
GREEN value IS 66 (26.17% from 255) = 74.16%
BLUE value IS 22 (8.98% from 255) = 24.72%
R=1.12%
G=74.16%
B=24.72%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal166220.9800.670.74139.3897.0113.14
Hex14216620434A8b61d
Octal110226142010311221314115
Binary110000101011011000100100001110010101000101111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014216; }

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

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

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

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

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

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

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

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