#01441E

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

Shades of British Racing Green #01441E

Tints of British Racing Green #01441E

Color information

#01441E (or 0x01441E) is unknown color: approx British Racing Green. HEX triplet: 01, 44 and 1E. RGB value is (1,68,30). Sum of RGB (Red+Green+Blue) = 1+68+30=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 68 (26.95% from 255 or 68.69% from 99); Blue value is 30 (12.11% from 255 or 30.30% from 99); Max value from RGB is 68 - color contains mainly: green. Hex color #01441E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01441E is #FEBBE1. Grayscale: #2B2B2B. Windows color (decimal): -16694242 or 1983489. OLE color: 1983489.

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

Color convert

RGB16830-
CMYK0.9900.560.73
HSL145.97º97.1%13.53%-
HSV(B)145.97º98.53%26.67%-
XYZ2.314.231.92-
YUV43.64120.397.59-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.01%
GREEN value IS 68 (26.95% from 255) = 68.69%
BLUE value IS 30 (12.11% from 255) = 30.30%
R=1.01%
G=68.69%
B=30.30%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal168300.9900.560.73145.9797.113.53
Hex1441E63038499261e
Octal11043614307011122214116
Binary11000100111101100011011100010010011001001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01441E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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