#01441D

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

Shades of British Racing Green #01441D

Tints of British Racing Green #01441D

Color information

#01441D (or 0x01441D) is unknown color: approx British Racing Green. HEX triplet: 01, 44 and 1D. RGB value is (1,68,29). Sum of RGB (Red+Green+Blue) = 1+68+29=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 68 (26.95% from 255 or 69.39% from 98); Blue value is 29 (11.72% from 255 or 29.59% from 98); Max value from RGB is 68 - color contains mainly: green. Hex color #01441D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01441D is #FEBBE2. Grayscale: #2B2B2B. Windows color (decimal): -16694243 or 1917953. OLE color: 1917953.

HSL color Cylindrical-coordinate representation of color #01441D: hue angle of 145.07º 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 #01441D is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB16829-
CMYK0.9900.570.73
HSL145.07º97.1%13.53%-
HSV(B)145.07º98.53%26.67%-
XYZ2.34.231.86-
YUV43.52119.897.67-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.02%
GREEN value IS 68 (26.95% from 255) = 69.39%
BLUE value IS 29 (11.72% from 255) = 29.59%
R=1.02%
G=69.39%
B=29.59%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal168290.9900.570.73145.0797.113.53
Hex1441D63039499161e
Octal11043514307111122114116
Binary11000100111011100011011100110010011001000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01441D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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