#00512C

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

Shades of British Racing Green #00512C

Tints of British Racing Green #00512C

Color information

#00512C (or 0x00512C) is unknown color: approx British Racing Green. HEX triplet: 00, 51 and 2C. RGB value is (0,81,44). Sum of RGB (Red+Green+Blue) = 0+81+44=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 81 (32.03% from 255 or 64.8% from 125); Blue value is 44 (17.58% from 255 or 35.2% from 125); Max value from RGB is 81 - color contains mainly: green. Hex color #00512C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00512C is #FFAED3. Grayscale: #343434. Windows color (decimal): -16756436 or 2904320. OLE color: 2904320.

HSL color Cylindrical-coordinate representation of color #00512C: hue angle of 152.59º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00512C is Cyan = 1, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB08144-
CMYK100.460.68
HSL152.59º100%15.88%-
HSV(B)152.59º100%31.76%-
XYZ3.46.073.37-
YUV52.56123.1690.51-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 81 (32.03% from 255) = 64.8%
BLUE value IS 44 (17.58% from 255) = 35.2%
R=0%
G=64.8%
B=35.2%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal08144100.460.68152.5910015.88
Hex0512C6402E44996410
Octal01215414405610423114420
Binary0101000110110011001000101110100010010011001110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00512C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00512C; }

 p { color: rgb(0,81,44); }

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

<style>
 a { background-color: #00512C; }

 a { background-color: rgb(0,81,44); }

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

<style>
 span { border-color: #00512C; }

 span { border-color: rgb(0,81,44); }

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