#01541F

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

Shades of British Racing Green #01541F

Tints of British Racing Green #01541F

Color information

#01541F (or 0x01541F) is unknown color: approx British Racing Green. HEX triplet: 01, 54 and 1F. RGB value is (1,84,31). Sum of RGB (Red+Green+Blue) = 1+84+31=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 84 (33.20% from 255 or 72.41% from 116); Blue value is 31 (12.5% from 255 or 26.72% from 116); Max value from RGB is 84 - color contains mainly: green. Hex color #01541F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01541F is #FEABE0. Grayscale: #353535. Windows color (decimal): -16690145 or 2053121. OLE color: 2053121.

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

Color convert

RGB18431-
CMYK0.9900.630.67
HSL141.69º97.65%16.67%-
HSV(B)141.69º98.81%32.94%-
XYZ3.436.452.36-
YUV53.14115.590.81-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.86%
GREEN value IS 84 (33.20% from 255) = 72.41%
BLUE value IS 31 (12.5% from 255) = 26.72%
R=0.86%
G=72.41%
B=26.72%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal184310.9900.630.67141.6997.6516.67
Hex1541F6303F438e6211
Octal11243714307710321614221
Binary110101001111111000110111111100001110001110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01541F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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