#01441A

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

Shades of British Racing Green #01441A

Tints of British Racing Green #01441A

Color information

#01441A (or 0x01441A) is unknown color: approx British Racing Green. HEX triplet: 01, 44 and 1A. RGB value is (1,68,26). Sum of RGB (Red+Green+Blue) = 1+68+26=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 68 (26.95% from 255 or 71.58% from 95); Blue value is 26 (10.55% from 255 or 27.37% from 95); Max value from RGB is 68 - color contains mainly: green. Hex color #01441A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01441A is #FEBBE5. Grayscale: #2B2B2B. Windows color (decimal): -16694246 or 1721345. OLE color: 1721345.

HSL color Cylindrical-coordinate representation of color #01441A: hue angle of 142.39º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01441A is Cyan = 0.99, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB16826-
CMYK0.9900.620.73
HSL142.39º97.1%13.53%-
HSV(B)142.39º98.53%26.67%-
XYZ2.274.221.67-
YUV43.18118.397.92-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.05%
GREEN value IS 68 (26.95% from 255) = 71.58%
BLUE value IS 26 (10.55% from 255) = 27.37%
R=1.05%
G=71.58%
B=27.37%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal168260.9900.620.73142.3997.113.53
Hex1441A6303E498e61e
Octal11043214307611121614116
Binary11000100110101100011011111010010011000111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01441A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,68,26); }

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

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

 a { background-color: rgb(1,68,26); }

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

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

 span { border-color: rgb(1,68,26); }

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