#01422E

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

Shades of British Racing Green #01422E

Tints of British Racing Green #01422E

Color information

#01422E (or 0x01422E) is unknown color: approx British Racing Green. HEX triplet: 01, 42 and 2E. RGB value is (1,66,46). Sum of RGB (Red+Green+Blue) = 1+66+46=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 66 (26.17% from 255 or 58.41% from 113); Blue value is 46 (18.36% from 255 or 40.71% from 113); Max value from RGB is 66 - color contains mainly: green. Hex color #01422E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01422E is #FEBDD1. Grayscale: #2C2C2C. Windows color (decimal): -16694738 or 3031553. OLE color: 3031553.

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

Color convert

RGB16646-
CMYK0.9800.300.74
HSL161.54º97.01%13.14%-
HSV(B)161.54º98.48%25.88%-
XYZ2.454.13.25-
YUV44.28128.9797.13-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.88%
GREEN value IS 66 (26.17% from 255) = 58.41%
BLUE value IS 46 (18.36% from 255) = 40.71%
R=0.88%
G=58.41%
B=40.71%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal166460.9800.300.74161.5497.0113.14
Hex1422E6201E4Aa261d
Octal11025614203611224214115
Binary11000010101110110001001111010010101010001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01422E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01422E; }

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

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

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

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

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

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

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

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