#01402A

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

Shades of British Racing Green #01402A

Tints of British Racing Green #01402A

Color information

#01402A (or 0x01402A) is unknown color: approx British Racing Green. HEX triplet: 01, 40 and 2A. RGB value is (1,64,42). Sum of RGB (Red+Green+Blue) = 1+64+42=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 64 (25.39% from 255 or 59.81% from 107); Blue value is 42 (16.80% from 255 or 39.25% from 107); Max value from RGB is 64 - color contains mainly: green. Hex color #01402A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01402A is #FEBFD5. Grayscale: #2A2A2A. Windows color (decimal): -16695254 or 2768897. OLE color: 2768897.

HSL color Cylindrical-coordinate representation of color #01402A: hue angle of 159.05º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01402A is Cyan = 0.98, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB16442-
CMYK0.9800.340.75
HSL159.05º96.92%12.75%-
HSV(B)159.05º98.44%25.1%-
XYZ2.263.842.81-
YUV42.66127.6398.29-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.93%
GREEN value IS 64 (25.39% from 255) = 59.81%
BLUE value IS 42 (16.80% from 255) = 39.25%
R=0.93%
G=59.81%
B=39.25%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal164420.9800.340.75159.0596.9212.75
Hex1402A620224B9f61d
Octal11005214204211323714115
Binary110000001010101100010010001010010111001111111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01402A; }

 p { color: rgb(1,64,42); }

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

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

 a { background-color: rgb(1,64,42); }

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

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

 span { border-color: rgb(1,64,42); }

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