#01541B

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

Shades of British Racing Green #01541B

Tints of British Racing Green #01541B

Color information

#01541B (or 0x01541B) is unknown color: approx British Racing Green. HEX triplet: 01, 54 and 1B. RGB value is (1,84,27). Sum of RGB (Red+Green+Blue) = 1+84+27=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 84 (33.20% from 255 or 75% from 112); Blue value is 27 (10.94% from 255 or 24.11% from 112); Max value from RGB is 84 - color contains mainly: green. Hex color #01541B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01541B is #FEABE4. Grayscale: #343434. Windows color (decimal): -16690149 or 1790977. OLE color: 1790977.

HSL color Cylindrical-coordinate representation of color #01541B: hue angle of 138.8º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01541B is Cyan = 0.99, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB18427-
CMYK0.9900.680.67
HSL138.8º97.65%16.67%-
HSV(B)138.8º98.81%32.94%-
XYZ3.386.432.1-
YUV52.68113.591.13-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.89%
GREEN value IS 84 (33.20% from 255) = 75%
BLUE value IS 27 (10.94% from 255) = 24.11%
R=0.89%
G=75%
B=24.11%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal184270.9900.680.67138.897.6516.67
Hex1541B63044438b6211
Octal112433143010410321314221
Binary1101010011011110001101000100100001110001011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01541B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01541B; }

 p { color: rgb(1,84,27); }

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

<style>
 a { background-color: #01541B; }

 a { background-color: rgb(1,84,27); }

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

<style>
 span { border-color: #01541B; }

 span { border-color: rgb(1,84,27); }

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