Html Css Color HEX #01572B British Racing Green

📋 copy color: '#01572B'

red 1 ◦ green 87 ◦ blue 43

#01572B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #01572B

Tints of British Racing Green #01572B

RGB

 RED value IS 1 (0.78% from 255) = 0.76%

 GREEN value IS 87 (34.38% from 255) = 66.41%

 BLUE value IS 43 (17.19% from 255) = 32.82%

R = 0.76%
G = 66.41%
B = 32.82%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.51

 K value IS 0.66

RGB Variations

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

Color information

#01572B (or 0x01572B) is known color: British Racing Green. HEX triplet: 01, 57 and 2B. RGB value is (1,87,43). Sum of RGB (Red+Green+Blue) = 1+87+43=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 87 (34.38% from 255 or 66.41% from 131); Blue value is 43 (17.19% from 255 or 32.82% from 131); Max value from RGB is 87 - color contains mainly: green. Hex color #01572B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01572B is #FEA8D4. Grayscale: #383838. Windows color (decimal): -16689365 or 2840321. OLE color: 2840321.

HSL color Cylindrical-coordinate representation of color #01572B: hue angle of 149.3º 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 #01572B is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB 1 87 43 -
CMYK 0.99 0 0.51 0.66
HSL 149.3º 0.98% 0.17% -
HSV(B) 149.3º 0.99% 0.34% -
XYZ 3.86 7 3.43 -
YUV 56.27 120.51 88.58 -
System Red Green Blue C M Y K H S L
Decimal 1 87 43 0.99 0 0.51 0.66 149.3 0.98 0.17
Hex 1 57 2B 63 0 33 42 95 62 11
Octal 1 127 53 143 0 63 102 225 142 21
Binary 1 1010111 101011 1100011 0 110011 1000010 10010101 1100010 10001

Color Harmonies of #01572B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01572B

Black with #01572B

Text Example


Text Example

White with #01572B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01572B;
 }
 .AnyTagClassName
 {
   color: #01572B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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