#01572D

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

Shades of British Racing Green #01572D

Tints of British Racing Green #01572D

Color information

#01572D (or 0x01572D) is unknown color: approx British Racing Green. HEX triplet: 01, 57 and 2D. RGB value is (1,87,45). Sum of RGB (Red+Green+Blue) = 1+87+45=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 87 (34.38% from 255 or 65.41% from 133); Blue value is 45 (17.97% from 255 or 33.83% from 133); Max value from RGB is 87 - color contains mainly: green. Hex color #01572D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01572D is #FEA8D2. Grayscale: #383838. Windows color (decimal): -16689363 or 2971393. OLE color: 2971393.

HSL color Cylindrical-coordinate representation of color #01572D: hue angle of 150.7º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01572D is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.66.

Color convert

RGB18745-
CMYK0.9900.480.66
HSL150.7º97.73%17.25%-
HSV(B)150.7º98.85%34.12%-
XYZ3.897.013.63-
YUV56.5121.5188.42-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.75%
GREEN value IS 87 (34.38% from 255) = 65.41%
BLUE value IS 45 (17.97% from 255) = 33.83%
R=0.75%
G=65.41%
B=33.83%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal187450.9900.480.66150.797.7317.25
Hex1572D6303042976211
Octal11275514306010222714221
Binary1101011110110111000110110000100001010010111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01572D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,87,45); }

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

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

 a { background-color: rgb(1,87,45); }

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

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

 span { border-color: rgb(1,87,45); }

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