#01422B

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

Shades of British Racing Green #01422B

Tints of British Racing Green #01422B

Color information

#01422B (or 0x01422B) is unknown color: approx British Racing Green. HEX triplet: 01, 42 and 2B. RGB value is (1,66,43). Sum of RGB (Red+Green+Blue) = 1+66+43=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 66 (26.17% from 255 or 60% from 110); Blue value is 43 (17.19% from 255 or 39.09% from 110); Max value from RGB is 66 - color contains mainly: green. Hex color #01422B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01422B is #FEBDD4. Grayscale: #2B2B2B. Windows color (decimal): -16694741 or 2834945. OLE color: 2834945.

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

Color convert

RGB16643-
CMYK0.9800.350.74
HSL158.77º97.01%13.14%-
HSV(B)158.77º98.48%25.88%-
XYZ2.44.082.95-
YUV43.94127.4797.37-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.91%
GREEN value IS 66 (26.17% from 255) = 60%
BLUE value IS 43 (17.19% from 255) = 39.09%
R=0.91%
G=60%
B=39.09%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal166430.9800.350.74158.7797.0113.14
Hex1422B620234A9f61d
Octal11025314204311223714115
Binary110000101010111100010010001110010101001111111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01422B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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