#014222

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

Shades of British Racing Green #014222

Tints of British Racing Green #014222

Color information

#014222 (or 0x014222) is unknown color: approx British Racing Green. HEX triplet: 01, 42 and 22. RGB value is (1,66,34). Sum of RGB (Red+Green+Blue) = 1+66+34=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 66 (26.17% from 255 or 65.35% from 101); Blue value is 34 (13.67% from 255 or 33.66% from 101); Max value from RGB is 66 - color contains mainly: green. Hex color #014222 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014222 is #FEBDDD. Grayscale: #2A2A2A. Windows color (decimal): -16694750 or 2245121. OLE color: 2245121.

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

Color convert

RGB16634-
CMYK0.9800.480.74
HSL150.46º97.01%13.14%-
HSV(B)150.46º98.48%25.88%-
XYZ2.254.022.17-
YUV42.92122.9798.1-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.99%
GREEN value IS 66 (26.17% from 255) = 65.35%
BLUE value IS 34 (13.67% from 255) = 33.66%
R=0.99%
G=65.35%
B=33.66%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal166340.9800.480.74150.4697.0113.14
Hex14222620304A9661d
Octal11024214206011222614115
Binary110000101000101100010011000010010101001011011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014222; }

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

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

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

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

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

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

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

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