#01441F

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

Shades of British Racing Green #01441F

Tints of British Racing Green #01441F

Color information

#01441F (or 0x01441F) is unknown color: approx British Racing Green. HEX triplet: 01, 44 and 1F. RGB value is (1,68,31). Sum of RGB (Red+Green+Blue) = 1+68+31=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 68 (26.95% from 255 or 68% from 100); Blue value is 31 (12.5% from 255 or 31% from 100); Max value from RGB is 68 - color contains mainly: green. Hex color #01441F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01441F is #FEBBE0. Grayscale: #2B2B2B. Windows color (decimal): -16694241 or 2049025. OLE color: 2049025.

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

Color convert

RGB16831-
CMYK0.9900.540.73
HSL146.87º97.1%13.53%-
HSV(B)146.87º98.53%26.67%-
XYZ2.334.241.99-
YUV43.75120.897.51-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1%
GREEN value IS 68 (26.95% from 255) = 68%
BLUE value IS 31 (12.5% from 255) = 31%
R=1%
G=68%
B=31%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal168310.9900.540.73146.8797.113.53
Hex1441F63036499361e
Octal11043714306611122314116
Binary11000100111111100011011011010010011001001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01441F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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