#01402E

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

Shades of British Racing Green #01402E

Tints of British Racing Green #01402E

Color information

#01402E (or 0x01402E) is unknown color: approx British Racing Green. HEX triplet: 01, 40 and 2E. RGB value is (1,64,46). Sum of RGB (Red+Green+Blue) = 1+64+46=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 64 (25.39% from 255 or 57.66% from 111); Blue value is 46 (18.36% from 255 or 41.44% from 111); Max value from RGB is 64 - color contains mainly: green. Hex color #01402E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01402E is #FEBFD1. Grayscale: #2B2B2B. Windows color (decimal): -16695250 or 3031041. OLE color: 3031041.

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

Color convert

RGB16446-
CMYK0.9800.280.75
HSL162.86º96.92%12.75%-
HSV(B)162.86º98.44%25.1%-
XYZ2.343.873.21-
YUV43.11129.6397.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.90%
GREEN value IS 64 (25.39% from 255) = 57.66%
BLUE value IS 46 (18.36% from 255) = 41.44%
R=0.90%
G=57.66%
B=41.44%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal164460.9800.280.75162.8696.9212.75
Hex1402E6201C4Ba361d
Octal11005614203411324314115
Binary11000000101110110001001110010010111010001111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01402E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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