#00572A

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

Shades of British Racing Green #00572A

Tints of British Racing Green #00572A

Color information

#00572A (or 0x00572A) is unknown color: approx British Racing Green. HEX triplet: 00, 57 and 2A. RGB value is (0,87,42). Sum of RGB (Red+Green+Blue) = 0+87+42=129 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 129); Green value is 87 (34.38% from 255 or 67.44% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 87 - color contains mainly: green. Hex color #00572A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00572A is #FFA8D5. Grayscale: #373737. Windows color (decimal): -16754902 or 2774784. OLE color: 2774784.

HSL color Cylindrical-coordinate representation of color #00572A: hue angle of 148.97º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00572A is Cyan = 1, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.66.

Color convert

RGB08742-
CMYK100.520.66
HSL148.97º100%17.06%-
HSV(B)148.97º100%34.12%-
XYZ3.836.983.34-
YUV55.86120.1888.16-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 87 (34.38% from 255) = 67.44%
BLUE value IS 42 (16.80% from 255) = 32.56%
R=0%
G=67.44%
B=32.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal08742100.520.66148.9710017.06
Hex0572A6403442956411
Octal01275214406410222514421
Binary0101011110101011001000110100100001010010101110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00572A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00572A; }

 p { color: rgb(0,87,42); }

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

<style>
 a { background-color: #00572A; }

 a { background-color: rgb(0,87,42); }

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

<style>
 span { border-color: #00572A; }

 span { border-color: rgb(0,87,42); }

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